diff options
-rw-r--r-- | www/p5-URL-Encode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-URL-Encode/Makefile b/www/p5-URL-Encode/Makefile index be9482361a3e..ef28a929b291 100644 --- a/www/p5-URL-Encode/Makefile +++ b/www/p5-URL-Encode/Makefile @@ -14,6 +14,10 @@ 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:${PORTSDIR}/www/p5-URL-Encode-XS +XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure |