diff options
Diffstat (limited to 'time/p5-DateTime-Format-Flexible/Makefile')
-rw-r--r-- | time/p5-DateTime-Format-Flexible/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile index 571c407ee8f..56109283107 100644 --- a/time/p5-DateTime-Format-Flexible/Makefile +++ b/time/p5-DateTime-Format-Flexible/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2009/05/01 21:04:14 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/14 20:19:24 sno Exp $ -DISTNAME= DateTime-Format-Flexible-0.08 +DISTNAME= DateTime-Format-Flexible-0.09 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Flexible COMMENT= Flexibly parse strings and turn them into DateTime objects -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder |