git: a40f087afc5d - main - www/p5-Emplacken: Add LICENSE_FILE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 11:43:29 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a40f087afc5d5c3935a9d8cf785ad5b8526b9079
commit a40f087afc5d5c3935a9d8cf785ad5b8526b9079
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 11:35:43 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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>
More information about the dev-commits-ports-all
mailing list