diff options
author | seb <seb@pkgsrc.org> | 2010-07-14 08:47:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-14 08:47:32 +0000 |
commit | e6da9c617f2f825a3af4e524c76a04ee0e2251ec (patch) | |
tree | 80ccd41075e6393cfb2c09aa18f3322525e8be54 /time/p5-DateTime/Makefile | |
parent | c32bb00105a0015716e600d42472b3caa02bd42d (diff) | |
download | pkgsrc-e6da9c617f2f825a3af4e524c76a04ee0e2251ec.tar.gz |
Update from version 0.5900 to version 0.6000 (upstream version 0.60)
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.60 2010-07-03
- By default, Dist::Zilla generates a Build.PL that requires Module::Build
0.3601+, but this distro really doesn't need any particular version.
Diffstat (limited to 'time/p5-DateTime/Makefile')
-rw-r--r-- | time/p5-DateTime/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index ecd5b6d8c98..b40c041bef6 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2010/07/03 17:12:42 seb Exp $ +# $NetBSD: Makefile,v 1.23 2010/07/14 08:47:32 seb Exp $ -DISTNAME= DateTime-0.59 +DISTNAME= DateTime-0.60 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -10,7 +10,7 @@ HOMEPAGE= http://datetime.perl.org/ COMMENT= Perl module for date/time sets and ranges LICENSE= artistic-2.0 -BUILD_DEPENDS+= p5-Module-Build>=0.3601:../../devel/p5-Module-Build +BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple |