aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:10 +0000
commit59cd7b4a4dd01cf4a91ac86540e7b3b1030b496a (patch)
treea7237131c0cfc8d935dd81b40694d5afa4c23f9e
parent2a7bd8331b35d5c04704a2814a288d6f6dac455f (diff)
downloadports-59cd7b4a4dd01cf4a91ac86540e7b3b1030b496a.tar.gz
ports-59cd7b4a4dd01cf4a91ac86540e7b3b1030b496a.zip
devel/p5-Perl6-Slurp: Add NO_ARCH
-rw-r--r--devel/p5-Perl6-Slurp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Perl6-Slurp/Makefile b/devel/p5-Perl6-Slurp/Makefile
index 7df334a36525..7224c728d71d 100644
--- a/devel/p5-Perl6-Slurp/Makefile
+++ b/devel/p5-Perl6-Slurp/Makefile
@@ -15,7 +15,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Perl6-Export>=0.07:devel/p5-Perl6-Export
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>