summaryrefslogtreecommitdiff
path: root/www/p5-Template-Generate
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-25 05:00:00 +0000
committerjlam <jlam@pkgsrc.org>2004-12-25 05:00:00 +0000
commit6ef33b13666423c67d3df49727ef4d23d3139192 (patch)
tree5b2134344d2dba14a714b10e1bad2ad018765477 /www/p5-Template-Generate
parent2881bd4d42794b1e67211c7573c9b6dc2d9a0ce0 (diff)
downloadpkgsrc-6ef33b13666423c67d3df49727ef4d23d3139192.tar.gz
Trim down the dependencies for p5-Template-Toolkit to the mininum
needed to install the module. Packages that require plugins from the Template Toolkit should depend on modules needed to make those plugins function. Bump the PKGREVISION of p5-Template-Toolkit to 3. For the packages that depend directly on p5-Template-Toolkit, add as dependencies all of the packages needed to make the plugins work to the package Makefiles, and bump their PKGREVISIONs.
Diffstat (limited to 'www/p5-Template-Generate')
-rw-r--r--www/p5-Template-Generate/Makefile20
1 files changed, 17 insertions, 3 deletions
diff --git a/www/p5-Template-Generate/Makefile b/www/p5-Template-Generate/Makefile
index 0f388d93984..b3caa67ce9d 100644
--- a/www/p5-Template-Generate/Makefile
+++ b/www/p5-Template-Generate/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:14 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/25 05:00:00 jlam Exp $
DISTNAME= Template-Generate-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5tge
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
@@ -11,7 +11,21 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/~autrijus/Template-Generate/
COMMENT= Perl5 module for generating TT2 templates from TT2-rendered documents
-DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
+DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
+
+DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
+DEPENDS+= p5-DBI>=1.18:../../databases/p5-DBI
+DEPENDS+= p5-Date-Calc>=4.3:../../devel/p5-Date-Calc
+DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD
+DEPENDS+= p5-GDGraph3d>=0.55:../../graphics/p5-GDGraph3d
+DEPENDS+= p5-GDGraph>=1.33:../../graphics/p5-GDGraph
+DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
+DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
+DEPENDS+= p5-XML-DOM>=1.43:../../textproc/p5-XML-DOM
+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_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/Generate/.packlist