diff options
Diffstat (limited to 'www/p5-REST-Client/Makefile')
-rw-r--r-- | www/p5-REST-Client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-REST-Client/Makefile b/www/p5-REST-Client/Makefile index 16a13ab792a6..777a86da96ba 100644 --- a/www/p5-REST-Client/Makefile +++ b/www/p5-REST-Client/Makefile @@ -13,9 +13,9 @@ COMMENT= Simple client for interacting with RESTful http/https resources LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay \ + p5-URI>0:net/p5-URI \ + p5-libwww>0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |