diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-25 05:00:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-25 05:00:00 +0000 |
commit | 6ef33b13666423c67d3df49727ef4d23d3139192 (patch) | |
tree | 5b2134344d2dba14a714b10e1bad2ad018765477 /www/p5-Template-Extract/Makefile | |
parent | 2881bd4d42794b1e67211c7573c9b6dc2d9a0ce0 (diff) | |
download | pkgsrc-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-Extract/Makefile')
-rw-r--r-- | www/p5-Template-Extract/Makefile | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile index f118909a7ff..6b920770c74 100644 --- a/www/p5-Template-Extract/Makefile +++ b/www/p5-Template-Extract/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-Extract-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5tex 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-Extract/ COMMENT= Perl5 module for extracting data structure 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/Extract/.packlist |