Date: Sun, 20 Jun 2021 11:43:52 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: 4a17230b4801 - main - www/p5-Router-Simple: Add LICENSE_FILE Message-ID: <202106201143.15KBhqc6016448@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=4a17230b48017deba559da05639be88a8dd40a5a commit 4a17230b48017deba559da05639be88a8dd40a5a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 11:37:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 11:37:00 +0000 www/p5-Router-Simple: Add LICENSE_FILE --- www/p5-Router-Simple/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/p5-Router-Simple/Makefile b/www/p5-Router-Simple/Makefile index 0b17efc41e05..1733404f2c7a 100644 --- a/www/p5-Router-Simple/Makefile +++ b/www/p5-Router-Simple/Makefile @@ -12,12 +12,14 @@ COMMENT= Simple HTTP Router LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201143.15KBhqc6016448>