bb2af87b50
Update DEPENDS Upstream changes: 4.01041 2016-11-19 - hack dist.ini to get POD and README back into the distribution O_o 4.01040 2016-11-19 - added trait WrapResult (returns both the HTTP response, with rate limit accessors, and the decoded JSON response) - rename placeholder :category to :slug with backwards compatibility to match Twitter's documentation - add attachment_url parameter to update method - add links to Twitter API docs 4.01030 2016-11-18 - cleaned up Net::Twitter::Error and documented stack_trace and stack_frame methods - Add method upload_status (ghathwar on Github)
41 lines
1.7 KiB
Makefile
41 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2016/11/20 07:17:21 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Twitter-4.01041
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
DEPENDS+= p5-Crypt-SSLeay>=0.5:../../security/p5-Crypt-SSLeay
|
|
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-Devel-StackTrace>=1.21:../../devel/p5-Devel-StackTrace
|
|
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-IO-Socket-SSL>=2.005:../../security/p5-IO-Socket-SSL
|
|
DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
|
DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
|
|
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
|
|
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
|
|
DEPENDS+= p5-Net-HTTP>=6.06:../../www/p5-Net-HTTP
|
|
DEPENDS+= p5-Net-OAuth>=0.25:../../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::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|