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 /time | |
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 'time')
-rw-r--r-- | time/p5-DateTimeX-Easy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-DateTimeX-Easy/Makefile b/time/p5-DateTimeX-Easy/Makefile index b961d0e7f41..bcf91025d47 100644 --- a/time/p5-DateTimeX-Easy/Makefile +++ b/time/p5-DateTimeX-Easy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/14 00:14:25 abs Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/24 17:15:23 sno Exp $ DISTNAME= DateTimeX-Easy-0.085 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= p5-DateTime-Format-Natural>0:../../time/p5-DateTime-Format-Natural DEPENDS+= p5-DateTime-Format-Flexible>0:../../time/p5-DateTime-Format-Flexible DEPENDS+= p5-DateTime-Format-ICal>0:../../time/p5-DateTime-Format-ICal DEPENDS+= p5-DateTime-Format-DateManip>0:../../time/p5-DateTime-Format-DateManip -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 BUILD_DEPENDS+= p5-Test-Most>0:../../devel/p5-Test-Most |