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-webservice-validator-css-w3c | |
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-webservice-validator-css-w3c')
-rw-r--r-- | www/p5-webservice-validator-css-w3c/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-webservice-validator-css-w3c/Makefile b/www/p5-webservice-validator-css-w3c/Makefile index ecb6ee2aa6d5..6ebe35b8ac20 100644 --- a/www/p5-webservice-validator-css-w3c/Makefile +++ b/www/p5-webservice-validator-css-w3c/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Experimental interface to the W3C CSS Validation online service -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI/QueryParam.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |