pkgsrc/www/p5-Template-Toolkit/Makefile
wiz a8c8135f74 Update to 2.25:
#-----------------------------------------------------------------------
# Version 2.25 - 24th July 2013
#------------------------------------------------------------------------

* Jon Jensen fixed the behaviour of split() which changed in Perl 5.18.0

* Jay Hannah added repository information for metacpan.org et. al.

* Colin Keith fixed Template::Provider's handling of directories

* Kevin Goess made the date plugin accept the ISO8601 "T" separator

* David Steinbrunner fixed various typos.

* Andreas Koenig silenced recent Pod::Simple warnings

* Slaven Rezic silenced warnings in the replace vmethod.

* Ricardo Signes made the Image plugin emit extra tags in a predictable order

* Johan Vromans added the --link option to ttree.

* Smylers added documentation for the ENCODING option.

* Andy Wardley made some minor documentation changes relating to github.
2013-09-05 19:53:01 +00:00

28 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.42 2013/09/05 19:53:01 wiz Exp $
DISTNAME= Template-Toolkit-2.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.template-toolkit.org/
#HOMEPAGE= http://search.cpan.org/dist/Template-Toolkit/
COMMENT= Perl5 text template and dynamic web page integration toolkit
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-AppConfig>=1.56:../../devel/p5-AppConfig
# recommended because of default-plugin
DEPENDS+= p5-Image-Info-[0-9]*:../../graphics/p5-Image-Info
DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
PERL5_PACKLIST= auto/Template/.packlist
MAKE_PARAMS= TT_ACCEPT=y
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"