diff options
Diffstat (limited to 'net/p5-AnyEvent-Twitter/Makefile')
-rw-r--r-- | net/p5-AnyEvent-Twitter/Makefile | 10 |
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 |