Date: Fri, 25 Jun 2021 13:44:06 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: 5ff442556d7f - main - devel/p5-Moos: Add LICENSE_FILE Message-ID: <202106251344.15PDi6EV085208@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=5ff442556d7f7dd32d6e0c28fc55607db836e89e commit 5ff442556d7f7dd32d6e0c28fc55607db836e89e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:34:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:34:56 +0000 devel/p5-Moos: Add LICENSE_FILE --- devel/p5-Moos/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Moos/Makefile b/devel/p5-Moos/Makefile index 9bb4bd76b9f4..70cdc349b2d8 100644 --- a/devel/p5-Moos/Makefile +++ b/devel/p5-Moos/Makefile @@ -13,6 +13,7 @@ COMMENT= Moo s{imple,peedy,ingle} LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \ @@ -20,8 +21,9 @@ RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \ TEST_DEPENDS= p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251344.15PDi6EV085208>