diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-WWW-Tumblr/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Tumblr/Makefile')
-rw-r--r-- | www/p5-WWW-Tumblr/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-WWW-Tumblr/Makefile b/www/p5-WWW-Tumblr/Makefile index 1d5ab41e7556..0abd73c634d6 100644 --- a/www/p5-WWW-Tumblr/Makefile +++ b/www/p5-WWW-Tumblr/Makefile @@ -14,11 +14,11 @@ COMMENT= Perl interface for the Tumblr API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ - p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ - p5-Net-OAuth>0:${PORTSDIR}/net/p5-Net-OAuth \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-JSON>0:converters/p5-JSON \ + p5-Moose>0:devel/p5-Moose \ + p5-Net-OAuth>0:net/p5-Net-OAuth \ + p5-libwww>0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |