aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:23 +0000
commitca451964d16ddfbe92b603f2ceec804e99645a58 (patch)
tree796135d7d44d16f5f4b8a9bdab76ed67d602ef55
parentf6b25f178ce974437a15fecb6df20226d3464bd1 (diff)
downloadports-ca451964d16ddfbe92b603f2ceec804e99645a58.tar.gz
ports-ca451964d16ddfbe92b603f2ceec804e99645a58.zip
devel/p5-File-HomeDir-PathClass: Add LICENSE_FILE
-rw-r--r--devel/p5-File-HomeDir-PathClass/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-File-HomeDir-PathClass/Makefile b/devel/p5-File-HomeDir-PathClass/Makefile
index 3ddd0a7d6730..f3a81d440b98 100644
--- a/devel/p5-File-HomeDir-PathClass/Makefile
+++ b/devel/p5-File-HomeDir-PathClass/Makefile
@@ -11,14 +11,16 @@ COMMENT= File::HomeDir returning Path::Class objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-HomeDir>=0.93:devel/p5-File-HomeDir \
p5-Path-Class>=0:devel/p5-Path-Class \
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
-NO_ARCH= yes
-USE_PERL5= modbuild
USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
.include <bsd.port.mk>