diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-12 15:54:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-12 15:54:20 +0000 |
commit | 80e7d509af0ce6e8fd716bd653492f7ff46c2efc (patch) | |
tree | 2b7a527ea4e24d4ac245c86f902ef0c5289ba37b | |
parent | - Enable use of resolveconf (diff) |
Add an XS OPTION to depend on p5-URL-Encode-XS.
PR: 198536
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=381108
-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 |