diff options
Diffstat (limited to 'www/p5-WWW-NioTV/Makefile')
-rw-r--r-- | www/p5-WWW-NioTV/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-WWW-NioTV/Makefile b/www/p5-WWW-NioTV/Makefile index 47a401d..ec030a6 100644 --- a/www/p5-WWW-NioTV/Makefile +++ b/www/p5-WWW-NioTV/Makefile @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve TV information from http://www.niotv.com/ -BUILD_DEPENDS= p5-HTML-SimpleLinkExtor>=1.19:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \ - p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \ - p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ - p5-WWW-Mechanize>=1.34:${PORTSDIR}/www/p5-WWW-Mechanize +BUILD_DEPENDS= p5-HTML-SimpleLinkExtor>=1.19:www/p5-HTML-SimpleLinkExtor \ + p5-HTML-TableExtract>=2.1:www/p5-HTML-TableExtract \ + p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \ + p5-Moose>=0.54:devel/p5-Moose \ + p5-WWW-Mechanize>=1.34:www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |