summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-25 09:33:40 +0000
committersno <sno@pkgsrc.org>2009-04-25 09:33:40 +0000
commita0d600c74710ed363f27f66236c3ccafb8e06919 (patch)
tree6da1d77fb4160269b4916f5d0a69d369e520dde8
parentf373c5ca834670286a7353adbd139c45c11c2154 (diff)
downloadpkgsrc-a0d600c74710ed363f27f66236c3ccafb8e06919.tar.gz
Adjust some p5-* dependencies to use the core module
-rw-r--r--devel/p5-Module-CPANTS-Analyse/Makefile10
-rw-r--r--devel/p5-MooseX-Object-Pluggable/Makefile4
-rw-r--r--www/p5-Catalyst-Runtime/Makefile8
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-Module-CPANTS-Analyse/Makefile b/devel/p5-Module-CPANTS-Analyse/Makefile
index cb57613cd76..ef55e31784b 100644
--- a/devel/p5-Module-CPANTS-Analyse/Makefile
+++ b/devel/p5-Module-CPANTS-Analyse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 00:30:00 he Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/25 09:33:40 sno Exp $
DISTNAME= Module-CPANTS-Analyse-0.82
PKGNAME= p5-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Module-CPANTS-Analyse/
COMMENT= Perl5 module to generate Kwalitee ratings for a distribution
DEPENDS+= p5-Archive-Any>=0.06:../../archivers/p5-Archive-Any
-DEPENDS+= p5-Archive-Tar>=1.30:../../archivers/p5-Archive-Tar
+DEPENDS+= {perl>=5.10,p5-Archive-Tar>=1.30}:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Array-Diff>=0.04:../../devel/p5-Array-Diff
DEPENDS+= p5-CPAN-DistnameInfo>=0.06:../../devel/p5-CPAN-DistnameInfo
DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor
@@ -19,14 +19,14 @@ DEPENDS+= p5-File-Slurp>=0:../../devel/p5-File-Slurp
DEPENDS+= p5-IO-Capture>=0.05:../../devel/p5-IO-Capture
DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Module-ExtractUse>=0.18:../../devel/p5-Module-ExtractUse
-DEPENDS+= p5-Module-Pluggable>=2.96:../../devel/p5-Module-Pluggable
-DEPENDS+= p5-Pod-Simple>=2.02:../../textproc/p5-Pod-Simple
+DEPENDS+= {perl>=5.10,p5-Module-Pluggable>=2.96}:../../devel/p5-Module-Pluggable
+DEPENDS+= {perl>=5.10,p5-Pod-Simple>=2.02}:../../textproc/p5-Pod-Simple
DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly
DEPENDS+= p5-Software-License>=0.003:../../devel/p5-Software-License
DEPENDS+= p5-Test-YAML-Meta>=0.11:../../devel/p5-Test-YAML-Meta
DEPENDS+= p5-Text-CSV_XS>=0.45:../../textproc/p5-Text-CSV_XS
DEPENDS+= p5-YAML-Syck>=0.95:../../textproc/p5-YAML-Syck
-DEPENDS+= p5-version>=0.73:../../devel/p5-version
+DEPENDS+= {perl>=5.10,p5-version>=0.73}:../../devel/p5-version
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/p5-MooseX-Object-Pluggable/Makefile b/devel/p5-MooseX-Object-Pluggable/Makefile
index f83758aac51..bad04810ada 100644
--- a/devel/p5-MooseX-Object-Pluggable/Makefile
+++ b/devel/p5-MooseX-Object-Pluggable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/12/20 23:42:13 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/25 09:33:40 sno Exp $
#
DISTNAME= MooseX-Object-Pluggable-0.0009
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-Object-Pluggable/
COMMENT= Perl 5 module to add plugin support to Moose classes via roles
-DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
DEPENDS+= p5-Moose>=0.35:../../devel/p5-Moose
PKG_DESTDIR_SUPPORT= user-destdir
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