aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:04 +0000
commit4f3b1a35dbacb9bda20a9cf8cb29b075e872125e (patch)
treeda9231c7d5997883909dbab2e68f471b7cdf8e0f
parentf3e32f6ecd18b2a9f7dc027acfea751eb7799023 (diff)
downloadports-4f3b1a35dbacb9bda20a9cf8cb29b075e872125e.tar.gz
ports-4f3b1a35dbacb9bda20a9cf8cb29b075e872125e.zip
textproc/p5-Regexp-Common-profanity_us: Add NO_ARCH
-rw-r--r--textproc/p5-Regexp-Common-profanity_us/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Regexp-Common-profanity_us/Makefile b/textproc/p5-Regexp-Common-profanity_us/Makefile
index 40e0c21b2370..9d793949c146 100644
--- a/textproc/p5-Regexp-Common-profanity_us/Makefile
+++ b/textproc/p5-Regexp-Common-profanity_us/Makefile
@@ -12,11 +12,14 @@ COMMENT= Provide regexes for U.S. profanity
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Regexp-Common>=0:textproc/p5-Regexp-Common
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>