summaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon
diff options
context:
space:
mode:
authorobache <obache>2008-07-31 06:15:13 +0000
committerobache <obache>2008-07-31 06:15:13 +0000
commit7a4181ac69bb2c186098b8bed35b4814bb5516aa (patch)
tree90545797ece1edfc826fc15206a4edb0fa5277b4 /net/p5-Net-Amazon
parente691a48f377ad905dfb8bdacb716355bd9280f31 (diff)
downloadpkgsrc-7a4181ac69bb2c186098b8bed35b4814bb5516aa.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/p5-Net-Amazon')
-rw-r--r--net/p5-Net-Amazon/DESCR4
-rw-r--r--net/p5-Net-Amazon/Makefile23
-rw-r--r--net/p5-Net-Amazon/distinfo5
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