aboutsummaryrefslogtreecommitdiff
path: root/net/p5-AnyEvent-Twitter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/p5-AnyEvent-Twitter
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net/p5-AnyEvent-Twitter')
-rw-r--r--net/p5-AnyEvent-Twitter/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-AnyEvent-Twitter/Makefile b/net/p5-AnyEvent-Twitter/Makefile
index f804cb60a68e..a53f2f90a869 100644
--- a/net/p5-AnyEvent-Twitter/Makefile
+++ b/net/p5-AnyEvent-Twitter/Makefile
@@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implementation of the Twitter API for AnyEvent
-BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \
- p5-AnyEvent-HTTP>=2.12:${PORTSDIR}/www/p5-AnyEvent-HTTP \
- p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
- p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \
- p5-URI>=1.58:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= p5-AnyEvent>=5.34:devel/p5-AnyEvent \
+ p5-AnyEvent-HTTP>=2.12:www/p5-AnyEvent-HTTP \
+ p5-JSON>=2.53:converters/p5-JSON \
+ p5-Net-OAuth>=0.27:net/p5-Net-OAuth \
+ p5-URI>=1.58:net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5