Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:43:42 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: cde09dbb2a7b - main - devel/p5-Lexical-Import: Add LICENSE_FILE
Message-ID:  <202106251343.15PDhglW084655@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=cde09dbb2a7b1342209b9dcd0b740b3005008377

commit cde09dbb2a7b1342209b9dcd0b740b3005008377
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:34:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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@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



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