summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Amazon-Wishlist
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commit7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /www/p5-WWW-Amazon-Wishlist
parent534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff)
downloadpkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz
Add DESTDIR support.
Diffstat (limited to 'www/p5-WWW-Amazon-Wishlist')
-rw-r--r--www/p5-WWW-Amazon-Wishlist/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-WWW-Amazon-Wishlist/Makefile b/www/p5-WWW-Amazon-Wishlist/Makefile
index bf014125002..e22fb2579ff 100644
--- a/www/p5-WWW-Amazon-Wishlist/Makefile
+++ b/www/p5-WWW-Amazon-Wishlist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/02/27 13:46:32 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:43 joerg Exp $
#
DISTNAME= WWW-Amazon-Wishlist-1.4
@@ -11,11 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/WWW-Amazon-Wishlist/
COMMENT= Perl5 module to get details from your Amazon wishlist
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
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"