aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:32 +0000
commit7015ffa123407a21943fe4f345d2539e7d4c22a2 (patch)
tree5d32ea65cfcb79ef177b951b85818540ffaaaee0
parentee3711ece995361526939d2d954dcee88f4fb3f4 (diff)
downloadports-7015ffa123407a21943fe4f345d2539e7d4c22a2.tar.gz
ports-7015ffa123407a21943fe4f345d2539e7d4c22a2.zip
devel/p5-Hash-WithDefaults: Add NO_ARCH
-rw-r--r--devel/p5-Hash-WithDefaults/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Hash-WithDefaults/Makefile b/devel/p5-Hash-WithDefaults/Makefile
index 032daad87046..1984c3c25dbf 100644
--- a/devel/p5-Hash-WithDefaults/Makefile
+++ b/devel/p5-Hash-WithDefaults/Makefile
@@ -14,7 +14,9 @@ COMMENT= Class for hashes with key-casing requirements supporting defaults
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>