pkgsrc/www/p5-HTML-Template/Makefile
wen 01963a7fc1 Update to 2.9.4
Upstream changes:
2.94 Thu Jan 17 2013
    - Fixed bug where options were bleeding over into subsequent calls to new()
      [Michael Peters]

2.93 Wed Jan 16 2013
    - Feature: Added config() method to make setting global defaults
      easy so that each call to new() has less boiler plate. [Michael
      Peters]

    - Bug Fix: t/05-force_untaint.t now passes when run with prove
      [Michael Peters]

    - Bug Fix: die_on_bad_params now controls whether we die if tmpl_vars
      reuse names from tmpl_loops (which can be useful in some situations)
      [Michael Peters]
2013-01-18 15:16:21 +00:00

20 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.27 2013/01/18 15:16:21 wen Exp $
DISTNAME= HTML-Template-2.94
PKGNAME= p5-${DISTNAME:S/91/9.1/}
SVR4_PKGNAME= p5htm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
${MASTER_SITE_SOURCEFORGE:=html-template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://html-template.sourceforge.net/
COMMENT= Perl5 module to create HTML templates with simple tags
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/HTML/Template/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"