aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:40:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:40:34 +0000
commit376f3c943b72236ce01277ea4f2f4000a28715fe (patch)
tree880509503fc5e4d3bfca94b1f8b014a51235fcf6
parent222907ae3251c19890e905d9dcf924d1292ef37c (diff)
downloadports-376f3c943b72236ce01277ea4f2f4000a28715fe.tar.gz
ports-376f3c943b72236ce01277ea4f2f4000a28715fe.zip
math/p5-Statistics-ChiSquare: Add NO_ARCH
-rw-r--r--math/p5-Statistics-ChiSquare/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile
index b9c740adf5eb..6f3e21f4a1eb 100644
--- a/math/p5-Statistics-ChiSquare/Makefile
+++ b/math/p5-Statistics-ChiSquare/Makefile
@@ -12,4 +12,6 @@ COMMENT= How random is your data?
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>