c73592e3c9
1.4 Sun Nov 7 09:30:29 GMT 2004 - More fixes from the fantastic Mr Thurn 1.3 Fri Oct 15 16:24:47 BST 2004 - Fixes from Martin Thurn 1.2 Wed Sep 8 16:32:28 BST 2004 - Fix UK template layout 1.1 Wed Jun 2 09:57:59 BST 2004 - Changes to US template layout 1.0 Tue Dec 16 14:55:15 2003 - switch to using Template::Extract - add more fields - cleanup 0.9 Tue Feb 11 12:30:16 2003 - set User Agent again to fix weirdness - ASIN format has changed 0.85 Fri Oct 25 17:43:12 2002 - Fix some minor bugs 0.8 Mon Aug 36 10:25:33 2002 - Amazon changed the layout of their .com pages so this heroic patch from the mysteriously named Artimage fixes it. Actually he fixed it ages ago it's just I was too slack to apply it and figure out some stuff. 0.7 Wed Feb 27 13:10:56 2002 - there was some cruft creeping in if it was a DVD. All fixed now :) 0.66 Tue Dec 18 17:28:54 2001 - fixed mistake in amazonwish documentation about where your settings are saved.
22 lines
646 B
Makefile
22 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/02/27 13:46:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Amazon-Wishlist-1.4
|
|
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
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Template-Extract-[0-9]*:../../www/p5-Template-Extract
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/WWW/Amazon/Wishlist/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|