aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:41:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:41:13 +0000
commit365d096bceb9e06e18b69cee22845034bad8d38c (patch)
tree673a4868b28d7a3d026adfc90d297420b8f92ebe
parent559e38bdffc7abad79e82519d33848fabf8afa30 (diff)
downloadports-365d096bceb9e06e18b69cee22845034bad8d38c.tar.gz
ports-365d096bceb9e06e18b69cee22845034bad8d38c.zip
devel/p5-Perl6-Export: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--devel/p5-Perl6-Export/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Perl6-Export/Makefile b/devel/p5-Perl6-Export/Makefile
index c26130b39527..067688600cf4 100644
--- a/devel/p5-Perl6-Export/Makefile
+++ b/devel/p5-Perl6-Export/Makefile
@@ -13,4 +13,6 @@ COMMENT= Implements the Perl 6 'is export(...)' trait
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>