diff options
Diffstat (limited to 'devel/p5-Test-WWW-Mechanize/Makefile')
-rw-r--r-- | devel/p5-Test-WWW-Mechanize/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-WWW-Mechanize/Makefile b/devel/p5-Test-WWW-Mechanize/Makefile index 5a4e1b9ed3f2..e419c17d94c8 100644 --- a/devel/p5-Test-WWW-Mechanize/Makefile +++ b/devel/p5-Test-WWW-Mechanize/Makefile @@ -14,13 +14,13 @@ COMMENT= Testing-specific WWW::Mechanize subclass LICENSE= ART20 -BUILD_DEPENDS= p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \ - p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-HTTP-Server-Simple>=0.42:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - p5-Test-LongString>=0.15:${PORTSDIR}/devel/p5-Test-LongString \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-WWW-Mechanize>=1.68:${PORTSDIR}/www/p5-WWW-Mechanize \ - p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Carp-Assert-More>=0:devel/p5-Carp-Assert-More \ + p5-HTML-Tree>0:www/p5-HTML-Tree \ + p5-HTTP-Server-Simple>=0.42:www/p5-HTTP-Server-Simple \ + p5-Test-LongString>=0.15:devel/p5-Test-LongString \ + p5-URI>=0:net/p5-URI \ + p5-WWW-Mechanize>=1.68:www/p5-WWW-Mechanize \ + p5-libwww>=6.02:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |