diff options
Diffstat (limited to 'time/p5-DateTime/Makefile')
-rw-r--r-- | time/p5-DateTime/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index dd81e7e7531..7ebcb3d6555 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2016/07/15 02:58:09 wen Exp $ +# $NetBSD: Makefile,v 1.59 2016/08/06 11:18:08 wen Exp $ -DISTNAME= DateTime-1.34 +DISTNAME= DateTime-1.35 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -19,6 +19,7 @@ BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check DEPENDS+= p5-DateTime-Locale>=1.05:../../time/p5-DateTime-Locale DEPENDS+= p5-DateTime-TimeZone>=2.00:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round +DEPENDS+= p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist |