Upstream changes: 3.13008 2010-08-26 - use HTTPS for all OAuth token negotiation steps 3.13007 2010-07-06 - decode_html_entities now decodes all fields (incl source in search results) - Role::OAuth doc patch by Doug Bell <doug@plainblack.com> - fixed: incompatibility between "since" and InflateObjects 3.13006 2010-06-18 - test fix: bump the skip count for a new test in t/unicode.t for optional module 3.13005 2010-06-18 - fixed: since (synthetic arg) filtering - fixed: don't use args for OAuth signature on multi-part mime posts 3.13004 2010-06-18 - fixed: OAuth signature error with unicode args (RT#58493) 3.13003 2010-05-21 - production release with Lists API refactor and OAuth changes 3.13002_03 2010-05-13 - fixed: generate new OAuth authorization hearder on retry (RetryOnError trait) 3.13002_02 2010-05-12 - fixed: removed redundant alias declarations 3.13002_01 2010-05-12 - Refactored the Lists API to use Net::Twitter::API 3.13001 2010-11 - use POST with Authorization header for XAuth (per Twitter documentation) - replace homegrown XAuth support with Net::OAuth's native support - accommodate 2 base URLs for API::Search (search and trends* methods use different base URLs) - enable SSL support for API::Search 3.13000 2010-05-09 - added support and documentation for optional timeline parameter skip_user - fixed tests: plan was called twice when LWP was too old - added friends_incoming and friendships_outgoing methods 3.12000 2010-03-19 - added new API methods: retweeted_by and retweeted_by_ids - fixed: t/51_since.t was actually connecting to twitter
40 lines
1.5 KiB
Makefile
40 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2010/09/15 05:51:01 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Twitter-3.13008
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/
|
|
COMMENT= Perl interface to the Twitter API
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
|
|
DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
|
|
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
|
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
|
#DEPENDS+= p5-MooseX-AttributeHelpers-[0-9]*:../../devel/p5-MooseX-AttributeHelpers
|
|
DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg
|
|
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
|
|
DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
DEPENDS+= p5-URI>=1.40:../../www/p5-URI
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/Net/Twitter/.packlist
|
|
USE_LANGUAGES= # none
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|