diff options
Diffstat (limited to 'www/p5-WWW-Shorten-Yourls/Makefile')
-rw-r--r-- | www/p5-WWW-Shorten-Yourls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-WWW-Shorten-Yourls/Makefile b/www/p5-WWW-Shorten-Yourls/Makefile index 18de387..a258675 100644 --- a/www/p5-WWW-Shorten-Yourls/Makefile +++ b/www/p5-WWW-Shorten-Yourls/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= beastie@tardisi.com COMMENT= Perl interface to www/yourls, Your Own URL Shortener -BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \ - p5-WWW-Shorten>=1.9:${PORTSDIR}/www/p5-WWW-Shorten \ - p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= p5-JSON-Any>=1.18:converters/p5-JSON-Any \ + p5-WWW-Shorten>=1.9:www/p5-WWW-Shorten \ + p5-XML-Simple>=2.18:textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |