git: cde09dbb2a7b - main - devel/p5-Lexical-Import: Add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:43:43 UTC 2021


The branch main has been updated by sunpoet:

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

commit cde09dbb2a7b1342209b9dcd0b740b3005008377
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:34:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:34:41 +0000

    devel/p5-Lexical-Import: Add LICENSE_FILE
---
 devel/p5-Lexical-Import/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Lexical-Import/Makefile b/devel/p5-Lexical-Import/Makefile
index 48d5cc385819..03bdb3d41727 100644
--- a/devel/p5-Lexical-Import/Makefile
+++ b/devel/p5-Lexical-Import/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Clean imports from package-exporting modules
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \
 		p5-Module-Runtime>=0.011:devel/p5-Module-Runtime \
@@ -17,8 +20,8 @@ RUN_DEPENDS=	p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \
 TEST_DEPENDS=	p5-Test-Pod>=1:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/Import/Import.so


More information about the dev-commits-ports-main mailing list