diff options
Diffstat (limited to 'time/p5-DateTime/Makefile')
-rw-r--r-- | time/p5-DateTime/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 96a06ee2c3e..45af51db48f 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/05/28 20:59:45 abs Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/01 15:39:37 wiz Exp $ DISTNAME= DateTime-0.4302 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -11,11 +12,11 @@ COMMENT= Perl module for date/time sets and ranges DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone -DEPENDS+= p5-DateTime-Locale>=0.35:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-Locale>=0.40:../../time/p5-DateTime-Locale DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple -USE_LANGUAGES= # empty +USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist PKG_DESTDIR_SUPPORT= user-destdir |