diff options
author | mat <mat@FreeBSD.org> | 2013-09-04 19:00:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-09-04 19:00:15 +0800 |
commit | 146810df1584fbe82452a74babba9177a4698251 (patch) | |
tree | 47a71ef683df7a1dcb65c5e59a8fd034b271b93e /net | |
parent | 12fee730685a76045fbea51618de9d0187b324c0 (diff) | |
download | freebsd-ports-gnome-146810df1584fbe82452a74babba9177a4698251.tar.gz freebsd-ports-gnome-146810df1584fbe82452a74babba9177a4698251.tar.zst freebsd-ports-gnome-146810df1584fbe82452a74babba9177a4698251.zip |
This one uses Module::Build::Tiny to build.
Diffstat (limited to 'net')
-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 |