diff options
author | sno <sno@pkgsrc.org> | 2009-04-25 09:33:40 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-25 09:33:40 +0000 |
commit | a0d600c74710ed363f27f66236c3ccafb8e06919 (patch) | |
tree | 6da1d77fb4160269b4916f5d0a69d369e520dde8 /www | |
parent | f373c5ca834670286a7353adbd139c45c11c2154 (diff) | |
download | pkgsrc-a0d600c74710ed363f27f66236c3ccafb8e06919.tar.gz |
Adjust some p5-* dependencies to use the core module
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index d98199b7ff3..5558a1a768c 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/24 17:15:23 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/25 09:33:40 sno Exp $ DISTNAME= Catalyst-Runtime-5.7015 PKGNAME= p5-${DISTNAME} @@ -22,11 +22,11 @@ DEPENDS+= p5-HTTP-Body>=0.9:../../www/p5-HTTP-Body DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww DEPENDS+= p5-HTTP-Request-AsCGI>=0.5:../../www/p5-HTTP-Request-AsCGI DEPENDS+= {perl>=5.10,p5-Module-Pluggable>=3.01}:../../devel/p5-Module-Pluggable -DEPENDS+= p5-NEXT>=0:../../devel/p5-NEXT +DEPENDS+= {perl>=5.10,p5-NEXT>=0}:../../devel/p5-NEXT DEPENDS+= p5-Path-Class>=0.09:../../devel/p5-Path-Class -DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable -DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes +DEPENDS+= {perl>=5.10,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes DEPENDS+= p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple DEPENDS+= p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory DEPENDS+= p5-URI>=1.35:../../www/p5-URI |