aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-30 19:59:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-30 19:59:38 +0000
commit44928b51d444f82e00ab6f1500edb42e044d7d8a (patch)
tree315c66ebc8a088efaa2a968d1c7d3952cc318796
parentea43a2a15b99f007d6c1d15db13d0105e1287442 (diff)
downloadports-44928b51d444f82e00ab6f1500edb42e044d7d8a.tar.gz
ports-44928b51d444f82e00ab6f1500edb42e044d7d8a.zip
www/p5-URL-Encode: Add NO_ARCH
- While I'm here, remove no-op BUILD_DEPENDS=${RUN_DEPENDS} Approved by: portmgr (blanket)
-rw-r--r--www/p5-URL-Encode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URL-Encode/Makefile b/www/p5-URL-Encode/Makefile
index d5844b9ad38a..56d5565fe69e 100644
--- a/www/p5-URL-Encode/Makefile
+++ b/www/p5-URL-Encode/Makefile
@@ -13,11 +13,11 @@ COMMENT= Encoding and decoding of application/x-www-form-urlencoded encoding
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
OPTIONS_DEFINE= XS
XS_RUN_DEPENDS= p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS