diff options
Diffstat (limited to 'www/p5-Yahoo-Search/Makefile')
-rw-r--r-- | www/p5-Yahoo-Search/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Yahoo-Search/Makefile b/www/p5-Yahoo-Search/Makefile index 24a4bb5..3d1ea0d 100644 --- a/www/p5-Yahoo-Search/Makefile +++ b/www/p5-Yahoo-Search/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl interface to the Yahoo Search public API -BUILD_DEPENDS= p5-URI>=1.54:${PORTSDIR}/net/p5-URI \ - p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-URI>=1.54:net/p5-URI \ + p5-libwww>=5.835:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure |