aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:57 +0000
commit892c4d1930766cb3d3c00052b6c76825d4e71c33 (patch)
tree30667c3685892d7279912974342379ef570787ec
parentcbd2a76f3fa569d1a9b58ffbe8ec8144925dc01d (diff)
downloadports-892c4d1930766cb3d3c00052b6c76825d4e71c33.tar.gz
ports-892c4d1930766cb3d3c00052b6c76825d4e71c33.zip
devel/p5-MooseX-AuthorizedMethods: Add NO_ARCH
-rw-r--r--devel/p5-MooseX-AuthorizedMethods/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-MooseX-AuthorizedMethods/Makefile b/devel/p5-MooseX-AuthorizedMethods/Makefile
index 9db1a0638011..bb4b41dce87b 100644
--- a/devel/p5-MooseX-AuthorizedMethods/Makefile
+++ b/devel/p5-MooseX-AuthorizedMethods/Makefile
@@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=1.21:devel/p5-Moose \
p5-aliased>=0:devel/p5-aliased
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>