aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:22 +0000
commit09e425789e4b1313f435b3226c33558e16e2857a (patch)
tree9c29bb8f354a2b9a269929ab3e8ee171b02893cf
parent9bac6d8815817c7e50149bd71bbd4976b68a36b5 (diff)
downloadports-09e425789e4b1313f435b3226c33558e16e2857a.tar.gz
ports-09e425789e4b1313f435b3226c33558e16e2857a.zip
devel/p5-Sys-Info-Driver-BSD: Add LICENSE_FILE and NO_ARCH
-rw-r--r--devel/p5-Sys-Info-Driver-BSD/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Sys-Info-Driver-BSD/Makefile b/devel/p5-Sys-Info-Driver-BSD/Makefile
index 2995ae3d6177..d40fc68cb1e1 100644
--- a/devel/p5-Sys-Info-Driver-BSD/Makefile
+++ b/devel/p5-Sys-Info-Driver-BSD/Makefile
@@ -12,6 +12,7 @@ COMMENT= BSD driver for Sys::Info
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-BSD-Sysctl>=0.08:sysutils/p5-BSD-Sysctl \
@@ -21,7 +22,9 @@ TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \
p5-Test-Sys-Info>=0.20:devel/p5-Test-Sys-Info
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>