summaryrefslogtreecommitdiff
path: root/www/p5-HTML-PrettyPrinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-PrettyPrinter/Makefile')
-rw-r--r--www/p5-HTML-PrettyPrinter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile
index cc6260e35e8..99a0a92af41 100644
--- a/www/p5-HTML-PrettyPrinter/Makefile
+++ b/www/p5-HTML-PrettyPrinter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:31:02 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:42 joerg Exp $
DISTNAME= HTML-PrettyPrinter-0.03
PKGNAME= p5-${DISTNAME}
@@ -10,11 +10,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module for pretty-printing HTML
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-HTML-Tree>=3.0:../../www/p5-HTML-Tree
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/HTML/PrettyPrinter/.packlist
.include "../../lang/perl5/module.mk"