diff options
Diffstat (limited to 'net/p5-Net-Twitter/Makefile')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index 7ce47b27671..78f22c8655c 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -1,21 +1,31 @@ -# $NetBSD: Makefile,v 1.3 2009/04/25 10:07:30 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/16 19:47:44 sno Exp $ # -DISTNAME= Net-Twitter-2.12 +DISTNAME= Net-Twitter-3.05003 PKGNAME= p5-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= peter@boku.net HOMEPAGE= http://search.cpan.org/dist/Net-Twitter/ -COMMENT= Perl interface to twitter.com -LICENSE= artistic-2.0 # OR gpl-v2+ +COMMENT= Perl interface to the Twitter API +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-JSON-Any>=1.19:../../converters/p5-JSON-Any -DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../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-Moose>=0.85:../../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.16:../../net/p5-Net-OAuth +DEPENDS+= p5-URI>=1.40:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean PERL5_PACKLIST= auto/Net/Twitter/.packlist USE_LANGUAGES= # none |