Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:47:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 368abc397116 - main - devel/p5-Class-Load-XS: Add LICENSE_FILE
Message-ID:  <202106101447.15AElfUS048065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=368abc397116ba0271b1cdbed6422a9688841db7

commit 368abc397116ba0271b1cdbed6422a9688841db7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:26:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 14:46:03 +0000

    devel/p5-Class-Load-XS: Add LICENSE_FILE
---
 devel/p5-Class-Load-XS/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Class-Load-XS/Makefile b/devel/p5-Class-Load-XS/Makefile
index ff3832149695..1a5573a44d9c 100644
--- a/devel/p5-Class-Load-XS/Makefile
+++ b/devel/p5-Class-Load-XS/Makefile
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	XS implementation of parts of Class::Load
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Class-Load>=0.20:devel/p5-Class-Load
@@ -18,8 +19,8 @@ TEST_DEPENDS=	p5-Module-Implementation>=0.04:devel/p5-Module-Implementation \
 		p5-Test-Needs>=0:devel/p5-Test-Needs \
 		p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Class/Load/XS/XS.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101447.15AElfUS048065>