While here, set LICENSE=${PERL5_LICENSE}. Revision history for Perl extension Net::Amazon: 0.53 (06/13/2009) (cb) Nathan Handler re-reported a man page issue on Ubuntu, rt 46708. I managed to fix 197 issues, except for the specific one he called out in the bug. 0.52 (06/09/2009) (cb) Nathan Handler reported a man page issue on Ubuntu, rt 46708. 0.51 (06/05/2009) (cb) Vince Veselosky submitted a patch to support request signing, a feature that is required for accessing AWS after 2009-08-15. Upgrading is recommended. (cb) Complete the upgrade to WSDL 2009-03-31 that was started by Vince Veselosky. (cb) Clean-up POD issues found by pod checker. (cb) Indicate the code has moved to github.com. (cb) Update the README to reflect the actual date of the WSDL.
24 lines
774 B
Makefile
24 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/06/17 04:47:40 obache Exp $
|
|
|
|
DISTNAME= Net-Amazon-0.53
|
|
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"
|