2f177b1663
in pkg/16289 as 2.06, and further update to 2.07 by me. Some of changes from 2.04 are: * Add 'valign' as an option to the html/cell template. * Added the 'uri' filter for URI escaping text. * Incorporated Doug's XS Stash. * Modified Template::Plugins fetch() method to accept $factory as a code reference. * 'orange' became valid colour. * Added 'sorted' as a flag to the HTML plugin. * Added get_all() and get() to the DBI iterator. And many bug fixes as usual.
36 lines
1.3 KiB
Makefile
36 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2002/05/29 15:10:59 uebayasi Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Toolkit-2.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tto
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= packages@NetBSD.org
|
|
HOMEPAGE= http://www.template-toolkit.org/
|
|
COMMENT= perl5 text template and dynamic web page intergration toolkit
|
|
|
|
DEPENDS+= ap-DBI>=0.87:../../www/ap-DBI
|
|
DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig
|
|
DEPENDS+= p5-Date-Calc>=4.3:../../devel/p5-Date-Calc
|
|
DEPENDS+= p5-DBI>=1.18:../../databases/p5-DBI
|
|
DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD
|
|
DEPENDS+= p5-GDGraph>=1.33:../../graphics/p5-GDGraph
|
|
DEPENDS+= p5-GDGraph3d>=0.55:../../graphics/p5-GDGraph3d
|
|
DEPENDS+= p5-libxml-enno>=1.04:../../textproc/p5-libxml-enno
|
|
DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
|
|
DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
|
|
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
|
|
DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
|
|
DEPENDS+= teTeX>=1.0.7:../../print/teTeX
|
|
|
|
USE_PERL5= # defined
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
TT_PREFIX=${PREFIX}/share/tt2 TT_ACCEPT=y
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|