summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Amazon-Wishlist/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-07-07 20:02:19 +0000
committersno <sno@pkgsrc.org>2009-07-07 20:02:19 +0000
commit0e741e170ab551e4f5e6fe4c89381eae587d31e8 (patch)
tree019f69d7965f025cfbd314daeb3d0581b7b2651a /www/p5-WWW-Amazon-Wishlist/Makefile
parent9594271e81d010d3ce12910653ef086b4ccb7a87 (diff)
downloadpkgsrc-0e741e170ab551e4f5e6fe4c89381eae587d31e8.tar.gz
Updating package for p5 module WWW::Amazon::WishList from 1.6.1 to 1.6.2
and set license to ${PERL5_LICENSE} as well as correcting dependencies. Upstream changes: - The only change since December was I removed a reference to File::Slurp
Diffstat (limited to 'www/p5-WWW-Amazon-Wishlist/Makefile')
-rw-r--r--www/p5-WWW-Amazon-Wishlist/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-WWW-Amazon-Wishlist/Makefile b/www/p5-WWW-Amazon-Wishlist/Makefile
index c31a6191943..82bf0f3e06a 100644
--- a/www/p5-WWW-Amazon-Wishlist/Makefile
+++ b/www/p5-WWW-Amazon-Wishlist/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2009/01/11 21:06:26 he Exp $
+# $NetBSD: Makefile,v 1.17 2009/07/07 20:02:19 sno Exp $
#
-DISTNAME= WWW-Amazon-Wishlist-1.601
-PKGNAME= p5-${DISTNAME:C/601/6.1/}
+DISTNAME= WWW-Amazon-Wishlist-1.602
+PKGNAME= p5-${DISTNAME:C/601/6.2/}
SVR4_PKGNAME= p5waw
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
@@ -10,15 +10,16 @@ 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
-DEPENDS+= p5-Template-Extract-[0-9]*:../../www/p5-Template-Extract
PERL5_PACKLIST= auto/WWW/Amazon/Wishlist/.packlist
+PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"