cf06490021
Changes from 0.42: 0.44 2006-04-17 - This release is based on version 2006d of the Olson database. 0.43 2006-04-13 - This release is based on version 2006c of the Olson database. - Added a link for AKST9AKDT (to America/Anchorage).
19 lines
620 B
Makefile
19 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/04/25 13:59:06 hiramatsu Exp $
|
|
|
|
DISTNAME= DateTime-TimeZone-0.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= cube@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
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|