pkgsrc/time/p5-DateTime-TimeZone/Makefile
he 7e3bb61495 Update from version 0.83.1 to 0.84.
Upstream changes:

0.84    2009-01-21

- This release is based on version 2009a of the Olson
  database. Changes include spelling "Katmandu" as "Kathmandu" (with a
  link for the old spelling), fixes for historical rules in
  Switzerland, and changes to America/Resolute and Cuba for the past
  few years (but not present).

- If DateTime::TimeZone::Local could not load its OS-specific subclass
  because of a missing dependency, it would silently fall back on
  loading the Unix subclass, rather than throwing an error. RT #41305.

- Fixed a bug where the short names for some time zones were
  wrong. This mostly (exclusively?) manifested in time zone rules for
  the first half of the 20th century or so.
2009-02-22 16:38:03 +00:00

22 lines
680 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/02/22 16:38:03 he Exp $
DISTNAME= DateTime-TimeZone-0.84
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/
COMMENT= Perl module to handle time zone manipulation
DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"