The package major changes: - simplify MASTER_SITES (search by module) - rework and verify all dependencies - use Install::Bundled The Net::Twitter::Lite major changes: 0.10003 2010-05-27 - fixed ssl test: skip_all if Crypt::SSLeay is not available 0.10002 2010-05-27 - fixed: set correct url to https when ssl is specified RT#57889 0.10001 2010-05-26 - fixed "plan twice" error in unicode test 0.10000 2010-05-21 - production release, ported from Net::Twitter 3.13003 0.09002_03 2010-05-13 - ported from Net::Twitter 3.13002_03 - handle DELETE HTTP method (for Lists API) 0.09002_02 2010-05-12 - ported from Net::Twitter 3.13002_02 - Added Lists API support 0.09001 2010-05-10 - removed Try::Tiny from unicode test to avoid an additional dependency - Fixed unicode test, aburch (Ansgar Burchardt) 0.09000 2010-05-09 - New API methods (from Net::Twitter): friendships_incoming, friendships_outgoing, geo_id, retweeted_by, retweeted_by_ids, reverse_geocode. - Added XAuth support (method xauth) - Fixed: Net::Twitter::Lite::Error - needed overload fallback => 1 - Fixed: utf8 encoding error for latin1 using Basic Authentication (ported from Net::Twitter) 0.08006 2009-12-15 - Ported from Net::Twitter: - netrc/netrc_machine changes from Net::Twitter - trends_available/trends_location API methods - documented lat/long parameters to update - added users_search/find_people API method - updated apiurl default to http://api.twitter.com/1 - Fixed: retweeted_{to,of}_me API URLs (RT#52784)
26 lines
785 B
Makefile
26 lines
785 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/01/20 20:33:08 bubuchka Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Twitter-Lite-0.10003
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= leot1990@users.sourceforge.net
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Twitter-Lite/
|
|
COMMENT= Perl interface to the Twitter API (lite)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
|
|
DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth
|
|
DEPENDS+= p5-URI>=1.40:../../www/p5-URI
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
PERL5_PACKLIST= auto/Net/Twitter/Lite/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|