aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:28 +0000
commitf8aed9c3e5761247d555c9cfa0007d55c36acfa7 (patch)
treea5050981fbf48cba3d8809babc31f1a57a439e0c
parent52ac3b2614db40af0e5590a0ae26563df59e6c31 (diff)
downloadports-f8aed9c3e5761247d555c9cfa0007d55c36acfa7.tar.gz
ports-f8aed9c3e5761247d555c9cfa0007d55c36acfa7.zip
devel/p5-Getopt-Attribute: Add LICENSE_FILE and NO_ARCH
-rw-r--r--devel/p5-Getopt-Attribute/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Getopt-Attribute/Makefile b/devel/p5-Getopt-Attribute/Makefile
index 4b67e34ab6aa..d63ffa1da7f0 100644
--- a/devel/p5-Getopt-Attribute/Makefile
+++ b/devel/p5-Getopt-Attribute/Makefile
@@ -12,8 +12,11 @@ COMMENT= Attribute wrapper for Getopt::Long
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>