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-Net-Plurk | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/p5-Net-Plurk')
-rw-r--r-- | www/p5-Net-Plurk/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-Net-Plurk/Makefile b/www/p5-Net-Plurk/Makefile index 7cfff66f4331..db1b73f9529a 100644 --- a/www/p5-Net-Plurk/Makefile +++ b/www/p5-Net-Plurk/Makefile @@ -14,17 +14,17 @@ COMMENT= Perl interface to Plurk API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ - p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ - p5-Math-Base36>=0:${PORTSDIR}/math/p5-Math-Base36 \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= p5-AnyEvent-HTTP>=0:www/p5-AnyEvent-HTTP \ + p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ + p5-JSON-Any>=0:converters/p5-JSON-Any \ + p5-Math-Base36>=0:math/p5-Math-Base36 \ + p5-Moose>=0:devel/p5-Moose \ + p5-Net-OAuth>=0.27:net/p5-Net-OAuth \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ + p5-URI>=0:net/p5-URI \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |