summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Locale/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-27 21:41:58 +0000
committerwiz <wiz@pkgsrc.org>2015-05-27 21:41:58 +0000
commit586030bf36f473990cd4ebd662df3f0869972e15 (patch)
tree786891314d00b51f00954cd0447b556cd2b04471 /time/p5-DateTime-Locale/Makefile
parent63bc49ac43f75da3e3007987977795c9a7bfd0ea (diff)
downloadpkgsrc-586030bf36f473990cd4ebd662df3f0869972e15.tar.gz
Update to 0.46. Add dependency.
0.46 2015-05-21 - Fixed handling of C locales like "C.UTF-8". Passing these to DateTime::Locale->load would cause a warning followed by an exception, ubt all "C" locales should be special-cased as an alias of en-US-POSIX. Reported by David Wheeler. RT #104574.
Diffstat (limited to 'time/p5-DateTime-Locale/Makefile')
-rw-r--r--time/p5-DateTime-Locale/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile
index 53ed3d0d57e..fbf694f366f 100644
--- a/time/p5-DateTime-Locale/Makefile
+++ b/time/p5-DateTime-Locale/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/05/27 21:41:58 wiz Exp $
-DISTNAME= DateTime-Locale-0.45
+DISTNAME= DateTime-Locale-0.46
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -11,11 +10,11 @@ HOMEPAGE= http://search.cpan.org/dist/DateTime-Locale/
COMMENT= Localization data for p5-DateTime
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Dist-CheckConflicts-[0-9]*:../../devel/p5-Dist-CheckConflicts
+DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate
DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate
USE_LANGUAGES= # empty
-PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Locale/.packlist
.include "../../lang/perl5/module.mk"