diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 06:04:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 06:04:57 +0000 |
commit | 08d6165d0b10b64fca049be4224ae97e274dd9b9 (patch) | |
tree | ca27db6b47f577d28d04a5aa4a67e1385420a4c9 /www | |
parent | 233c36b93e05609278f57169bb14cd9a6cd76d3d (diff) | |
download | pkgsrc-08d6165d0b10b64fca049be4224ae97e274dd9b9.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index 8b9aaf605e4..09ee300ee45 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/24 22:46:13 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/25 06:04:57 minskim Exp $ DISTNAME= HTML-Template-2.6 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://html-template.sourceforge.net/ COMMENT= Perl5 module to create HTML templates with simple tags -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Template/.packlist .include "../../lang/perl5/module.mk" |