pkgsrc/www/p5-WWW-Amazon-Wishlist/Makefile
sno 2557afcdb6 Updating www/p5-WWW-Amazon-Wishlist from 2.001 to 2.006
Upstream changes:
2009-08-26  Kingpin  <Martin@BLUEMAX>
	* lib/WWW/Amazon/Wishlist.pm (_extract): strip extra spaces from titles
	* Programs/amazonwish: fixed a warning
	* lib/WWW/Amazon/Wishlist.pm (_extract): fixed the next-url parser

2009-08-15  Kingpin  <Martin@BLUEMAX>
	* lib/WWW/Amazon/Wishlist.pm (get_list): fixed the author parser
	(get_list): sleep to avoid overwhelming the server

2009-08-14  Kingpin  <Martin@BLUEMAX>
	* lib/WWW/Amazon/Wishlist.pm (_extract): fixed the parser

2009-07-18  Kingpin  <Martin@BLUEMAX>
	* lib/WWW/Amazon/Wishlist.pm (_extract): fixed the priority parser

2009-01-17  Kingpin  <Martin@BLUEMAX>
	* lib/WWW/Amazon/Wishlist.pm: removed dependency on File::Slurp
2009-09-12 21:56:42 +00:00

25 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.19 2009/09/12 21:56:42 sno Exp $
#
DISTNAME= WWW-Amazon-Wishlist-2.006
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5waw
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/WWW-Amazon-Wishlist/
COMMENT= Perl5 module to get details from your Amazon wishlist
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTML-Tree>=0:../../www/p5-HTML-Tree
PERL5_PACKLIST= auto/WWW/Amazon/Wishlist/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"