Date: Sun, 20 Jun 2021 11:43:28 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: a40f087afc5d - main - www/p5-Emplacken: Add LICENSE_FILE Message-ID: <202106201143.15KBhSt4015920@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=a40f087afc5d5c3935a9d8cf785ad5b8526b9079 commit a40f087afc5d5c3935a9d8cf785ad5b8526b9079 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 11:35:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 11:35:43 +0000 www/p5-Emplacken: Add LICENSE_FILE --- www/p5-Emplacken/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/p5-Emplacken/Makefile b/www/p5-Emplacken/Makefile index 6458c984b62f..e49d5a3704d7 100644 --- a/www/p5-Emplacken/Makefile +++ b/www/p5-Emplacken/Makefile @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manage multiple plack apps with a directory of config files LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ @@ -27,8 +28,9 @@ RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-Text-Template>=0:textproc/p5-Text-Template \ 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?202106201143.15KBhSt4015920>