aboutsummaryrefslogtreecommitdiff
path: root/net/p5-AnyEvent-Twitter-Stream/Makefile
blob: 9a7c8028c29e5dd05079c1ad23bb4eb0d21cbe8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	AnyEvent::Twitter::Stream
# Date created:				2010-04-18
# Whom:					Sahil Tandon <sahil@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	AnyEvent-Twitter-Stream
PORTVERSION=	0.26
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	A perl module to receive Twitter streaming API in an event loop

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

PERL_CONFIGURE=	yes

MAN3=		AnyEvent::Twitter::Stream.3

.include <bsd.port.mk>