diff options
author | minskim <minskim> | 2004-04-25 06:04:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-25 06:04:57 +0000 |
commit | 07b131e7e1b981f08e3fa0d5177320bdf659b079 (patch) | |
tree | ca27db6b47f577d28d04a5aa4a67e1385420a4c9 /www/p5-HTML-Template/Makefile | |
parent | b3f9c8750b0881cb28d66f5ea6827bc924f5fda4 (diff) | |
download | pkgsrc-07b131e7e1b981f08e3fa0d5177320bdf659b079.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www/p5-HTML-Template/Makefile')
-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" |