diff options
Diffstat (limited to 'net/p5-Net-Blogger/Makefile')
-rw-r--r-- | net/p5-Net-Blogger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-Blogger/Makefile b/net/p5-Net-Blogger/Makefile index 68cfef37801b..22c24596ff02 100644 --- a/net/p5-Net-Blogger/Makefile +++ b/net/p5-Net-Blogger/Makefile @@ -16,9 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An OOP-ish interface for accessing a weblog via the XML-RPC API -BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-SOAP-Lite>0.55:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey |