diff options
author | jlam <jlam> | 2004-12-25 05:00:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-25 05:00:00 +0000 |
commit | c98fca00551057df796fa6572059698951a87c7d (patch) | |
tree | 5b2134344d2dba14a714b10e1bad2ad018765477 /www/p5-SVN-Web | |
parent | 939b625f72c90f277684a6c1b0732063fc502f96 (diff) | |
download | pkgsrc-c98fca00551057df796fa6572059698951a87c7d.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-SVN-Web')
-rw-r--r-- | www/p5-SVN-Web/Makefile | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile index 870e65b960b..171822aaf0c 100644 --- a/www/p5-SVN-Web/Makefile +++ b/www/p5-SVN-Web/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:14 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/25 05:00:00 jlam Exp $ DISTNAME= SVN-Web-0.35 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -15,6 +15,20 @@ DEPENDS+= p5-Text-Diff-0.35:../../textproc/p5-Text-Diff DEPENDS+= p5-XML-RSS-0.97:../../textproc/p5-XML-RSS DEPENDS+= p5-YAML-0.35:../../textproc/p5-YAML +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/SVN/Web/.packlist |