summaryrefslogtreecommitdiff
path: root/time/p5-DateTimeX-Easy/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-05-21 13:57:55 +0000
committersno <sno>2009-05-21 13:57:55 +0000
commit29c601c287e586264ab61ef70e136a7932c1e3c5 (patch)
treee7e4075665ba3137512404310388d8b585edbce6 /time/p5-DateTimeX-Easy/Makefile
parentece72363cca5675b56637e579edc4a08a0e9650f (diff)
downloadpkgsrc-29c601c287e586264ab61ef70e136a7932c1e3c5.tar.gz
pkgsrc changes:
- Updating package for p5 module DateTimeX::Easy from 0.085 to 0.087 - Setting gnu-gpl-v2 as license Upstream changes: 0.087: - TODO'd some tests that were breaking because of time zone weirdness - The previous entry is an example of gooder english! 0.086 - Treat a 4 digit number as a year... Format::Flexible changed on how it interpreted them
Diffstat (limited to 'time/p5-DateTimeX-Easy/Makefile')
-rw-r--r--time/p5-DateTimeX-Easy/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/time/p5-DateTimeX-Easy/Makefile b/time/p5-DateTimeX-Easy/Makefile
index bcf91025d47..0eb04940bd5 100644
--- a/time/p5-DateTimeX-Easy/Makefile
+++ b/time/p5-DateTimeX-Easy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/04/24 17:15:23 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/21 13:57:55 sno Exp $
-DISTNAME= DateTimeX-Easy-0.085
+DISTNAME= DateTimeX-Easy-0.087
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTimeX/}
@@ -8,12 +8,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTimeX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?DateTimeX::Easy
COMMENT= Parse a date/time string using the best method available
+LICENSE= gnu-gpl-v2 # OR artistic
-DEPENDS+= p5-DateTime-Format-DateParse>0:../../time/p5-DateTime-Format-DateParse
-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-DateTime-[0-9]*:../../time/p5-DateTime
+DEPENDS+= p5-DateTime-Format-DateManip-[0-9]*:../../time/p5-DateTime-Format-DateManip
+DEPENDS+= p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
+DEPENDS+= p5-DateTime-Format-Flexible-[0-9]*:../../time/p5-DateTime-Format-Flexible
+DEPENDS+= p5-DateTime-Format-ICal-[0-9]*:../../time/p5-DateTime-Format-ICal
+DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
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