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/p5-Object-Realize-Later | |
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/p5-Object-Realize-Later')
-rw-r--r-- | devel/p5-Object-Realize-Later/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |