2007-08-03 10:48:54 +02:00
|
|
|
# New ports collection makefile for: p5-Net-Twitter
|
|
|
|
# Date created: 2007-08-03
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Twitter
|
2011-04-08 12:15:36 +02:00
|
|
|
PORTVERSION= 3.17001
|
2007-08-03 10:48:54 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-07 20:35:25 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-08-03 10:48:54 +02:00
|
|
|
COMMENT= Perl interface to twitter.com
|
|
|
|
|
2010-09-21 18:08:11 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
2009-08-12 10:25:47 +02:00
|
|
|
${SITE_PERL}/Data/Visitor/Callback.pm:${PORTSDIR}/devel/p5-Data-Visitor \
|
|
|
|
${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
|
|
|
|
${SITE_PERL}/MooseX/AttributeHelpers.pm:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
2009-08-05 04:37:59 +02:00
|
|
|
${SITE_PERL}/MooseX/MultiInitArg.pm:${PORTSDIR}/devel/p5-MooseX-MultiInitArg \
|
2009-06-11 05:41:56 +02:00
|
|
|
${SITE_PERL}/MooseX/Traits.pm:${PORTSDIR}/devel/p5-MooseX-Traits \
|
|
|
|
${SITE_PERL}/namespace/autoclean.pm:${PORTSDIR}/devel/p5-namespace-autoclean \
|
|
|
|
${SITE_PERL}/Net/OAuth/Simple.pm:${PORTSDIR}/net/p5-Net-OAuth-Simple \
|
2010-12-10 19:06:21 +01:00
|
|
|
${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \
|
|
|
|
${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace
|
2010-09-21 18:08:11 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2007-08-03 10:48:54 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2009-06-11 05:41:56 +02:00
|
|
|
MAN3= Net::Twitter.3 Net::Twitter::Search.3 Net::Identica.3 \
|
2010-04-22 10:09:36 +02:00
|
|
|
Net::Twitter::API.3 Net::Twitter::Role::API::Search.3 \
|
2009-06-11 05:41:56 +02:00
|
|
|
Net::Twitter::Error.3 Net::Twitter::Role::OAuth.3 \
|
2010-04-22 10:09:36 +02:00
|
|
|
Net::Twitter::OAuth.3 Net::Twitter::Core.3 \
|
2009-11-14 07:39:05 +01:00
|
|
|
Net::Twitter::Role::API::Lists.3 \
|
2009-06-11 05:41:56 +02:00
|
|
|
Net::Twitter::Role::API::REST.3 \
|
2010-07-12 01:16:17 +02:00
|
|
|
Net::Twitter::Role::API::Search::Trends.3 \
|
2009-06-11 05:41:56 +02:00
|
|
|
Net::Twitter::Role::API::TwitterVision.3 \
|
2011-04-08 12:15:36 +02:00
|
|
|
Net::Twitter::Role::AutoCursor.3 \
|
2009-08-12 10:25:47 +02:00
|
|
|
Net::Twitter::Role::InflateObjects.3 \
|
2010-04-22 10:09:36 +02:00
|
|
|
Net::Twitter::Role::Legacy.3 \
|
2009-12-12 07:19:37 +01:00
|
|
|
Net::Twitter::Role::RateLimit.3 \
|
2010-04-22 10:09:36 +02:00
|
|
|
Net::Twitter::Role::RetryOnError.3 \
|
|
|
|
Net::Twitter::Role::SimulateCursors.3 \
|
|
|
|
Net::Twitter::Role::WrapError.3
|
2007-08-03 10:48:54 +02:00
|
|
|
|
2010-09-21 18:08:11 +02: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>
|