summaryrefslogtreecommitdiff
path: root/www/p5-URL-Encode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-URL-Encode/Makefile')
-rw-r--r--www/p5-URL-Encode/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-URL-Encode/Makefile b/www/p5-URL-Encode/Makefile
index 0d79bc6f48c1..9eb79a9df754 100644
--- a/www/p5-URL-Encode/Makefile
+++ b/www/p5-URL-Encode/Makefile
@@ -14,11 +14,13 @@ COMMENT= Encoding and decoding of application/x-www-form-urlencoded encoding
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-OPTIONS_DEFINE= XS
-XS_BUILD_DEPENDS= p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS
-XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= XS
+
+XS_RUN_DEPENDS= p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS
+
.include <bsd.port.mk>