pkgsrc/net/p5-WebService-Google-Reader/Makefile
hiramatsu 9852927007 Update p5-WebService-Google-Reader to 0.20.
Changes from previous:
0.20  Sun Sep 18 22:02:11 UTC 2011
    - Added fix for XML::Atom bug.

0.19  Wed May 18 02:29:57 UTC 2011
    - Fixed handling of expired tokens. (RT #68245)
    - Added response method.
0.18  Thu Apr 28 15:48:20 UTC 2011
    - Fixed corner case in 'more' method to prevent an infinite loop.

0.17  Wed Mar 30 00:26:09 UTC 2011
    - Required newer LWP with better HTTPS support.

0.16  Sun Mar 20 23:43:46 UTC 2011
    - Added fix for google alert feeds. (ayanokouz)
    - Added another example script.

0.15  Wed Mar  9 17:46:14 UTC 2011
    - Updated LWP usage to accomodate a change to the default behaviour
      (HTTPS requests now verify the hostname matches the issued certificate).
    - Explicitly set the default sort order of entries to desc, as documented.

0.14  Mon Nov  1 02:51:37 UTC 2010
    - Fixed search feeds.
    - Fixed debug and compress constructor options.
    - Added support for "liking" items.
    - Updated some methods to accept both lists and array references.

0.13  Tue Oct 26 20:51:30 UTC 2010
    - Fixed 'more' method to prevent an infinite loop.    - Substituted deprecated API url.
    - Added another example script- marks dead craigslist posts as read.
    - Updated author tests.
2011-10-06 15:36:20 +00:00

27 lines
1,014 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/10/06 15:36:20 hiramatsu Exp $
#
DISTNAME= WebService-Google-Reader-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WebService/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/WebService-Google-Reader/
COMMENT= Perl 5 module providing an interface to Google Reader
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/WebService/Google/Reader/.packlist
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple
DEPENDS+= p5-JSON-XS>=2:../../converters/p5-JSON-XS
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-XML-Atom-[0-9]*:../../textproc/p5-XML-Atom
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"