diff options
author | cjep <cjep> | 2002-06-04 19:01:43 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-04 19:01:43 +0000 |
commit | 558f0160b06ebc3c135401e4e3810beb466d1a8c (patch) | |
tree | a5f00ffd42c4b6220e48a3d5ad6d4250df4e1724 | |
parent | 05b976c399703e1e3b50adb3171b74a253df754b (diff) | |
download | pkgsrc-558f0160b06ebc3c135401e4e3810beb466d1a8c.tar.gz |
Initial import of WWW-Amazon-Wishlist-0.65 into the NetBSD packages
collection as www/p5-WWW-Amazon-Wishlist.
This package can be used to get your wish-list from Amazon.(com|co.uk)
and return it in an array of hashrefs so that you can fiddle with it
until your hearts content.
Supplied by Sen Nagata in PR#14933. Thanks!
-rw-r--r-- | www/p5-WWW-Amazon-Wishlist/DESCR | 3 | ||||
-rw-r--r-- | www/p5-WWW-Amazon-Wishlist/Makefile | 23 | ||||
-rw-r--r-- | www/p5-WWW-Amazon-Wishlist/PLIST | 1 | ||||
-rw-r--r-- | www/p5-WWW-Amazon-Wishlist/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-WWW-Amazon-Wishlist/DESCR b/www/p5-WWW-Amazon-Wishlist/DESCR new file mode 100644 index 00000000000..a4c6f47d003 --- /dev/null +++ b/www/p5-WWW-Amazon-Wishlist/DESCR @@ -0,0 +1,3 @@ +Some perl utilities that can be used to get your wish-list from +Amazon.(com|co.uk) and return it in an array of hashrefs so that you +can fiddle with it until your hearts content. diff --git a/www/p5-WWW-Amazon-Wishlist/Makefile b/www/p5-WWW-Amazon-Wishlist/Makefile new file mode 100644 index 00000000000..a588ccf085b --- /dev/null +++ b/www/p5-WWW-Amazon-Wishlist/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 19:01:43 cjep Exp $ +# + +DISTNAME= WWW-Amazon-Wishlist-0.65 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5waw +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cpan.org/modules/by-module/WWW/WWW-Amazon-Wishlist-0.65.readme +COMMENT= perl5 module to get details from your Amazon wishlist + +DEPENDS+= p5-libwww-*:../../www/p5-libwww + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/WWW/Amazon/Wishlist/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-WWW-Amazon-Wishlist/PLIST b/www/p5-WWW-Amazon-Wishlist/PLIST new file mode 100644 index 00000000000..740d24af18f --- /dev/null +++ b/www/p5-WWW-Amazon-Wishlist/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/04 19:01:43 cjep Exp $ diff --git a/www/p5-WWW-Amazon-Wishlist/distinfo b/www/p5-WWW-Amazon-Wishlist/distinfo new file mode 100644 index 00000000000..13defdf3e3c --- /dev/null +++ b/www/p5-WWW-Amazon-Wishlist/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/04 19:01:43 cjep Exp $ + +SHA1 (WWW-Amazon-Wishlist-0.65.tar.gz) = d3c752cdd202c50d097efb459dc2d5c6a7ff13f3 +Size (WWW-Amazon-Wishlist-0.65.tar.gz) = 6591 bytes |