diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-09-04 11:00:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-09-04 11:00:15 +0000 |
commit | d24232ea1160de6744827cc95c8984e1890023ed (patch) | |
tree | 47a71ef683df7a1dcb65c5e59a8fd034b271b93e /net/p5-AnyEvent-Twitter-Stream | |
parent | 722118c782836439d2997b756d1215b5ea92ec95 (diff) |
Notes
Diffstat (limited to 'net/p5-AnyEvent-Twitter-Stream')
-rw-r--r-- | net/p5-AnyEvent-Twitter-Stream/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-AnyEvent-Twitter-Stream/Makefile b/net/p5-AnyEvent-Twitter-Stream/Makefile index 2f69802adb52..429d58215012 100644 --- a/net/p5-AnyEvent-Twitter-Stream/Makefile +++ b/net/p5-AnyEvent-Twitter-Stream/Makefile @@ -10,13 +10,14 @@ 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= configure +USE_PERL5= modbuild MAN3= AnyEvent::Twitter::Stream.3 |