summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Amazon-Wishlist/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
commit3b0d97b0de8516db29699676c860489da3f7f0e1 (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /www/p5-WWW-Amazon-Wishlist/Makefile
parent10abca39942a8f34d088f39ccc073fee44271274 (diff)
downloadpkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz
Add DESTDIR support.
Diffstat (limited to 'www/p5-WWW-Amazon-Wishlist/Makefile')
-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"