diff options
author | obache <obache@pkgsrc.org> | 2008-07-31 06:15:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-31 06:15:13 +0000 |
commit | ea79a3878e09407f01930c6579f611eded8ab1c6 (patch) | |
tree | 90545797ece1edfc826fc15206a4edb0fa5277b4 /net | |
parent | c0af5909b5064006a9fb90472fd20cfcf029e494 (diff) | |
download | pkgsrc-ea79a3878e09407f01930c6579f611eded8ab1c6.tar.gz |
Import p5-Net-Amazon version 0.50 from pkgsrc-wip.
Net::Amazon provides an object-oriented interface to amazon.com's
SOAP and XML/HTTP interfaces. This way it's possible to create applications
using Amazon's vast amount of data via a functional interface, without
having to worry about the underlying communication mechanism.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Amazon/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 23 | ||||
-rw-r--r-- | net/p5-Net-Amazon/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Net-Amazon/DESCR b/net/p5-Net-Amazon/DESCR new file mode 100644 index 00000000000..ba69ce7da7c --- /dev/null +++ b/net/p5-Net-Amazon/DESCR @@ -0,0 +1,4 @@ +Net::Amazon provides an object-oriented interface to amazon.com's +SOAP and XML/HTTP interfaces. This way it's possible to create applications +using Amazon's vast amount of data via a functional interface, without +having to worry about the underlying communication mechanism. diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile new file mode 100644 index 00000000000..e805c073552 --- /dev/null +++ b/net/p5-Net-Amazon/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/31 06:15:13 obache Exp $ + +DISTNAME= Net-Amazon-0.50 +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 + +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" diff --git a/net/p5-Net-Amazon/distinfo b/net/p5-Net-Amazon/distinfo new file mode 100644 index 00000000000..0ec4aa573b1 --- /dev/null +++ b/net/p5-Net-Amazon/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/31 06:15:13 obache Exp $ + +SHA1 (Net-Amazon-0.50.tar.gz) = 666b46d46bafb252b86c9462a29b4610cfdc8ca6 +RMD160 (Net-Amazon-0.50.tar.gz) = 825bd9b4cf3051e54142ccdac50be0d804d7e5a2 +Size (Net-Amazon-0.50.tar.gz) = 164298 bytes |