2009-11-20 19:56:41 +01:00
|
|
|
# New ports collection makefile for: AnyEvent::Twitter
|
|
|
|
# Date created: 07 Nov 2009
|
|
|
|
# Whom: Sahil Tandon <sahil@tandon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AnyEvent-Twitter
|
2011-10-18 03:50:51 +02:00
|
|
|
PORTVERSION= 0.62
|
2009-11-20 19:56:41 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-20 23:32:57 +02:00
|
|
|
MAINTAINER= sahil@FreeBSD.org
|
2009-11-20 19:56:41 +01:00
|
|
|
COMMENT= Implementation of the Twitter API for AnyEvent
|
|
|
|
|
2011-10-18 03:50:51 +02:00
|
|
|
BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \
|
|
|
|
p5-AnyEvent-HTTP>=2.12:${PORTSDIR}/www/p5-AnyEvent-HTTP \
|
|
|
|
p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
|
|
|
|
p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \
|
|
|
|
p5-URI>=1.58:${PORTSDIR}/net/p5-URI
|
|
|
|
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-11-20 19:56:41 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= AnyEvent::Twitter.3
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
|
|
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|