pkgsrc/www/p5-Template-Toolkit/Makefile
jmmv eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00

36 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= Template-Toolkit-2.10
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.template-toolkit.org/
COMMENT= Perl5 text template and dynamic web page intergration toolkit
DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-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_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/.packlist
MAKE_PARAMS= TT_PREFIX=${PREFIX}/share/tt2 TT_ACCEPT=y
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"