pkgsrc/net/p5-Net-Amazon/Makefile
obache df9feb685f Update p5-Net-Amazon to 0.59.
0.59 (11/02/2009)
   (cb) DigitalMusicTrack.pm was not included, reported by Matt
        Okeson-Harlow.

0.58 (11/01/2009)
   (cb) Update the Keywords library in Validate - reported by Dave
        Hodgkinson.
   (cb) Added customer_location and customer_name accessors to review
        results for Scott Weisman.
   (cb) Nathan Handler re-re-reported a man page issue, rt 46708.

0.57 (09/08/2009)
   (cb) David Raab reported an incomplete kit via rt.cpan.org.  Re-run
        make manifest to address my mistake.

0.56 (09/07/2009)
   (cb) Add support for searching MP3 downloads as requsted by Dave
        Hodgkinson.
   (cb) Required for MP3 Downloads, and inspired by Vince Veselosky's
        fix, update aws4-itemsearch.
   (cb) secret_key is now a required parameter.  Update all of the example
        scripts with the secret_key parameter.

0.55 (07/20/2009)
   (cb) Yuichi Tateno implemented support for the SearchIndex all.
   (cb) Vince Veselosky fixed adm/aws4-types script, and as a result
        updated classes in Validate/Type.
   (cb) Update to WSDL 2009-07-16.
2010-02-10 12:27:23 +00:00

24 lines
774 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/02/10 12:27:23 obache Exp $
DISTNAME= Net-Amazon-0.59
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Amazon/
COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-libwww>=2:../../www/p5-libwww
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-XML-Simple>=2.08:../../textproc/p5-XML-Simple
DEPENDS+= p5-Log-Log4perl>=0.30:../../devel/p5-Log-Log4perl
DEPENDS+= {perl>=5.007.003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/Net/Amazon/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"