0.43 (06/20/2007) (cb) Simon Wistow <simon@thegestalt.org> found an bug with wishlist processing, which would cause Net::Amazon to give up prematurely. (cb) Be more graceful when dealing with Small ResponseGroups by trying to avoid Perl warnings. (cb) Added a gross hack to deal with Amazon's wishlist handling to ensure the wishlist test can actually pass. 0.42 (06/18/2007) (cb) Add scripts to automatically generate the canned test data. (cb) Serge Dubrouski <sergeyfd@gmail.com> noted an inconsistency in the documentation for ImageUrl{Small,Medium,Large}. When I converted to AWS4 I renamed these functions accidently. Add back the old function names, and keep the new functions around. 0.41 (04/10/2007) (cb) Tumer Garip <tgarip@neu.edu.tr> found a long standing bug for the Music properties whereby track data were not correctly captured, and returned. (cb) Fix the Artist test to account for this lapse in the future, and add more tests as well.
21 lines
704 B
Makefile
21 lines
704 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/08/04 02:48:04 obache Exp $
|
|
|
|
DISTNAME= Net-Amazon-0.43
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Amazon/
|
|
COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP
|
|
|
|
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:../../wip/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"
|