opnsense-ports/net/p5-AnyEvent-Twitter-Stream/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

25 lines
547 B
Makefile

# Created by: Sahil Tandon <sahil@FreeBSD.org>
# $FreeBSD$
PORTNAME= AnyEvent-Twitter-Stream
PORTVERSION= 0.27
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to receive Twitter streaming API in an event loop
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-AnyEvent-HTTP>=2.0:www/p5-AnyEvent-HTTP \
p5-JSON>=2.0:converters/p5-JSON \
p5-URI>=0:net/p5-URI
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>