diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
commit | b05a8fe37751aa289876d113a2ba1f68df128404 (patch) | |
tree | 82df877ced8c43f668f1f534fcdffaef4f3542ef /www/p5-URI-Escape-XS | |
parent | 52c562f5731f34c841ec53731465932b1b386bc1 (diff) | |
download | freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.gz freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.zst freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/p5-URI-Escape-XS')
-rw-r--r-- | www/p5-URI-Escape-XS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-URI-Escape-XS/Makefile b/www/p5-URI-Escape-XS/Makefile index 101510d5580c..5edf7123f62f 100644 --- a/www/p5-URI-Escape-XS/Makefile +++ b/www/p5-URI-Escape-XS/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= catone@cpan.org COMMENT= Drop-In replacement for URI::Escape in XS -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |