diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-AnyEvent-Twitter-Stream/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-AnyEvent-Twitter-Stream/Makefile b/net/p5-AnyEvent-Twitter-Stream/Makefile index 429d58215012..098935641883 100644 --- a/net/p5-AnyEvent-Twitter-Stream/Makefile +++ b/net/p5-AnyEvent-Twitter-Stream/Makefile @@ -10,14 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to receive Twitter streaming API in an event loop -BUILD_DEPENDS= p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= AnyEvent::Twitter::Stream.3 |