diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:31:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:31:06 +0000 |
commit | 7c228e4748d93ea5aaea790deb37da1914d3be1d (patch) | |
tree | e367f5eae2328aa800b87bb72b814849e1f1fd2f /www/p5-webservice-validator-css-w3c | |
parent | e13515f304b4eb05767a6453990dce8a1cc95234 (diff) |
Notes
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 |