aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:30 +0000
commit1ea0a3efdf5efcc3e11727a06013b17077f7a10b (patch)
tree3b8b3ea4197e3766655faf5b7737a42b684d22ca
parent75a3ed0d9d1d04d9a6808195b726b3f5a5145cec (diff)
downloadports-1ea0a3efdf5efcc3e11727a06013b17077f7a10b.tar.gz
ports-1ea0a3efdf5efcc3e11727a06013b17077f7a10b.zip
devel/p5-Hash-AutoHash-Args: Add NO_ARCH
-rw-r--r--devel/p5-Hash-AutoHash-Args/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Hash-AutoHash-Args/Makefile b/devel/p5-Hash-AutoHash-Args/Makefile
index cde9ab52a7a6..3a0c6c531b2a 100644
--- a/devel/p5-Hash-AutoHash-Args/Makefile
+++ b/devel/p5-Hash-AutoHash-Args/Makefile
@@ -18,7 +18,9 @@ RUN_DEPENDS= p5-Hash-AutoHash>=1.17:devel/p5-Hash-AutoHash
TEST_DEPENDS= p5-Test-Deep>=0.110:devel/p5-Test-Deep \
p5-Test-Pod>=1.48:devel/p5-Test-Pod
-USE_PERL5= modbuild
USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
.include <bsd.port.mk>