diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 18:17:32 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 18:17:32 +0000 |
commit | ee5e6e9c3afff0dd1c3973bc9a6a4e25a1807610 (patch) | |
tree | c0b470e83248145692a3ad046e0314d9d350068d /time/p5-DateTime-Format-Strptime/Makefile | |
parent | 37ff3dec0f37c9c7afa5a5539a84eee1494e060f (diff) | |
download | pkgsrc-ee5e6e9c3afff0dd1c3973bc9a6a4e25a1807610.tar.gz |
PkgSrc changes:
- Updating package for p5 module DateTime::Format::Strptime from 1.0900
to 1.0901
- Adjusting dependencies
Upstream changes:
1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY
- Makefile.PL changes for Windows users as per issue #16
1.0901 2009-05-16 -- Official release of above
Diffstat (limited to 'time/p5-DateTime-Format-Strptime/Makefile')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index c9e3b090b4e..f0e7c067307 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2009/04/12 18:55:47 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/17 18:17:32 sno Exp $ -DISTNAME= DateTime-Format-Strptime-1.0900 +DISTNAME= DateTime-Format-Strptime-1.0901 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -9,11 +9,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~rickm/DateTime-Format-Strptime/ COMMENT= Parse and format strp and strf time patterns -LICENSE= artistic-2.0 +LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-DateTime>=0.4303:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone +DEPENDS+= p5-Params-Validate>=0.64:../../devel/p5-Params-Validate PERL5_PACKLIST= auto/DateTime/Format/Strptime/.packlist |