diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 05:56:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 05:56:14 +0000 |
commit | 9aeb41c3ae0ec98e469be8d8367ff50c29a0f28c (patch) | |
tree | 705097c92cd55fbe3540ea62a0d18ad0c7c417bc /www/p5-HTML-PrettyPrinter | |
parent | e5041a8717272965753ba85f056ddb2ac6cf9e3c (diff) | |
download | pkgsrc-9aeb41c3ae0ec98e469be8d8367ff50c29a0f28c.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www/p5-HTML-PrettyPrinter')
-rw-r--r-- | www/p5-HTML-PrettyPrinter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile index 9d3ea06aff2..ed34657281f 100644 --- a/www/p5-HTML-PrettyPrinter/Makefile +++ b/www/p5-HTML-PrettyPrinter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:13 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 05:56:14 minskim Exp $ DISTNAME= HTML-PrettyPrinter-0.03 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,9 @@ COMMENT= Perl5 module for pretty-printing HTML DEPENDS+= p5-HTML-Tree>=3.0:../../www/p5-HTML-Tree DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/PrettyPrinter/.packlist .include "../../lang/perl5/module.mk" |