summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-31 01:34:23 +0000
committerwiz <wiz@pkgsrc.org>2002-08-31 01:34:23 +0000
commit1f7ebc4af7096c29a95b03c6176c763d4fa84b94 (patch)
treec326bdd6241ffe9685f59d45f951e9cd4d7d4aaa /www/p5-HTML-Template/Makefile
parent3e97a53c44e3e44e4545b4130ee55d87e006896e (diff)
downloadpkgsrc-1f7ebc4af7096c29a95b03c6176c763d4fa84b94.tar.gz
Update to 2.6:
- New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT environment variable and path option if both are available. (Jesse Erlbaum) - New Feature: __counter__ variable now available when loop_context_vars is set (Simran Gambhir) - New Feature: The default attribute allows you to specify defaults for <tmpl_var> tags. - Bug Fix: fixed parser to reject <tmpl_var>s with no names. (crazyinsomniac) - Doc Fix: fixed documentation to correctly describe the interaction of case_sensitive and loop_context_vars. (Peter Claus Lamprecht) - Doc Fix: updated mailing-list information to reflect move from vm.com to sourceforge.net
Diffstat (limited to 'www/p5-HTML-Template/Makefile')
-rw-r--r--www/p5-HTML-Template/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index 0cc9c1e654e..4de8ed94492 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2002/03/22 12:08:54 uebayasi Exp $
+# $NetBSD: Makefile,v 1.7 2002/08/31 01:34:23 wiz Exp $
-DISTNAME= HTML-Template-2.5
+DISTNAME= HTML-Template-2.6
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htm
CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
+ ${MASTER_SITE_SOURCEFORGE:=html-template/}
MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://html-template.sourceforge.net/
COMMENT= perl5 module to create HTML templates by extending HTML with simple tags
USE_BUILDLINK_ONLY= YES