854200b163
Revision history for Perl extension Net::Amazon: 0.60 (08/01/2011) (cb) Fix the page and max_pages parameter to correctly fetch the specified number of pages, and start at the correct offset. Reported as rt 69201. (cb) Add a method to get similar products. Patch submitted by Jennifer. (cb) Push from cpanservice: Small dist maintenance. Please use latest ExtUtils::MakeMaker for release.
24 lines
774 B
Makefile
24 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/08/18 09:46:03 obache Exp $
|
|
|
|
DISTNAME= Net-Amazon-0.60
|
|
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"
|