diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-10-18 01:50:51 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-10-18 01:50:51 +0000 |
commit | b7cfdc48848bb6fde2fb0bd0b8302caba38fedd0 (patch) | |
tree | a1ba04a790115f8ebdff8d8fbfd6bcd64c7e3254 /net/p5-AnyEvent-Twitter/Makefile | |
parent | 16249b7ef4796557ae963abfd2ef3fead71c22d9 (diff) | |
download | ports-b7cfdc48848bb6fde2fb0bd0b8302caba38fedd0.tar.gz ports-b7cfdc48848bb6fde2fb0bd0b8302caba38fedd0.zip |
Notes
Diffstat (limited to 'net/p5-AnyEvent-Twitter/Makefile')
-rw-r--r-- | net/p5-AnyEvent-Twitter/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/p5-AnyEvent-Twitter/Makefile b/net/p5-AnyEvent-Twitter/Makefile index 50a949366388..c3d3f4ce720d 100644 --- a/net/p5-AnyEvent-Twitter/Makefile +++ b/net/p5-AnyEvent-Twitter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-Twitter -PORTVERSION= 0.53 +PORTVERSION= 0.62 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sahil@FreeBSD.org COMMENT= Implementation of the Twitter API for AnyEvent -RUN_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \ - p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \ - p5-Net-Twitter-Lite>=0:${PORTSDIR}/net/p5-Net-Twitter-Lite -BUILD_DEPENDS= ${RUN_DEPENDS} +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 + +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |