diff options
author | sno <sno@pkgsrc.org> | 2009-04-24 17:15:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-24 17:15:21 +0000 |
commit | 4a96de064a06dea74e61466e829ef175fabba288 (patch) | |
tree | ef8a065565ea33562ecff1efa06708c9af2b7f88 /devel | |
parent | bdd447da028c09e7a902ae300aba0c0d086b58fe (diff) | |
download | pkgsrc-4a96de064a06dea74e61466e829ef175fabba288.tar.gz |
Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Accessor-Grouped/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Autouse/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-C3/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Container/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Object-Realize-Later/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PathTools/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-MockObject/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Tree-Simple/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-can/Makefile | 6 |
9 files changed, 19 insertions, 19 deletions
diff --git a/devel/p5-Class-Accessor-Grouped/Makefile b/devel/p5-Class-Accessor-Grouped/Makefile index 6ee583163e2..d91b4f92686 100644 --- a/devel/p5-Class-Accessor-Grouped/Makefile +++ b/devel/p5-Class-Accessor-Grouped/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/10 09:46:18 abs Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/24 17:15:21 sno Exp $ DISTNAME= Class-Accessor-Grouped-0.08003 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Class-Accessor-Grouped/ COMMENT= Lets you build groups of accessors -DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index 170d94bc06f..92af066afca 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/10/19 19:17:48 he Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/24 17:15:22 sno Exp $ DISTNAME= Class-Autouse-1.29 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall -DEPENDS+= p5-Scalar-List-Utils>=1.19:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils PERL5_PACKLIST= auto/Class/Autouse/.packlist diff --git a/devel/p5-Class-C3/Makefile b/devel/p5-Class-C3/Makefile index 0bcf2d771ba..38172efc591 100644 --- a/devel/p5-Class-C3/Makefile +++ b/devel/p5-Class-C3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/12 10:53:33 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/24 17:15:22 sno Exp $ DISTNAME= Class-C3-0.21 PKGNAME= p5-${DISTNAME} @@ -9,8 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Class-C3/ COMMENT= Pragma to use the C3 method resolution order algortihm +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.10}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception -DEPENDS+= p5-Scalar-List-Utils>=1.10:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Algorithm-C3>=0.05:../../devel/p5-Algorithm-C3 DEPENDS+= p5-Class-C3-XS>=0.08:../../devel/p5-Class-C3-XS diff --git a/devel/p5-Class-Container/Makefile b/devel/p5-Class-Container/Makefile index 6c4c6316840..b7f3ddb1e5a 100644 --- a/devel/p5-Class-Container/Makefile +++ b/devel/p5-Class-Container/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/10/19 19:17:48 he Exp $ +# $NetBSD: Makefile,v 1.14 2009/04/24 17:15:22 sno Exp $ DISTNAME= Class-Container-0.12 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= p5-Params-Validate>=0.23:../../devel/p5-Params-Validate -DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils USE_LANGUAGES= # none PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Object-Realize-Later/Makefile b/devel/p5-Object-Realize-Later/Makefile index 7c6fb71578b..68b20abf0d8 100644 --- a/devel/p5-Object-Realize-Later/Makefile +++ b/devel/p5-Object-Realize-Later/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/10/19 19:17:57 he Exp $ +# $NetBSD: Makefile,v 1.9 2009/04/24 17:15:22 sno Exp $ DISTNAME= Object-Realize-Later-0.18 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Object-Realize-Later/ COMMENT= Delayed creation of objects -DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index f4bea7ec0e1..028c99a595b 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/02/22 18:09:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/04/24 17:15:22 sno Exp $ DISTNAME= PathTools-3.29 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Perl module for portably manipulating file specifications PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils CONFLICTS+= p5-File-Spec-[0-9]* diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile index 1132acf0b21..ee54030b264 100644 --- a/devel/p5-Test-MockObject/Makefile +++ b/devel/p5-Test-MockObject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:01 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/24 17:15:22 sno Exp $ DISTNAME= Test-MockObject-1.09 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Tests remote URLs or local web files DEPENDS+= p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can DEPENDS+= p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa -BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils +BUILD_DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile index dbc6ef2fcb7..1bb367b62fe 100644 --- a/devel/p5-Tree-Simple/Makefile +++ b/devel/p5-Tree-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.13 2009/04/24 17:15:22 sno Exp $ # DISTNAME= Tree-Simple-1.18 @@ -11,7 +11,7 @@ MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/ COMMENT= Simple extension to manipulate tree objects -DEPENDS+= p5-Scalar-List-Utils>=0.18:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-UNIVERSAL-can/Makefile b/devel/p5-UNIVERSAL-can/Makefile index 38ee6cac4f2..74565ff66ec 100644 --- a/devel/p5-UNIVERSAL-can/Makefile +++ b/devel/p5-UNIVERSAL-can/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:22 sno Exp $ DISTNAME= UNIVERSAL-can-1.12 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-can/ COMMENT= Hack around people calling UNIVERSAL::can() as a function -DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils -BUILD_DEPENDS+= p5-Test-Simple>=0.60:../../devel/p5-Test-Simple +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils +BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.60}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/UNIVERSAL/can/.packlist |