pkgsrc/time/p5-DateTime-TimeZone/Makefile
sno d3a5d2b744 PkgSrc changes:
- Updating package for p5 module DateTime::TimeZone to 0.90

Upstream changes since 0.89:
- This release is based on version 2009g of the Olson database. This
  release has changes for Egypt.
2009-04-29 07:46:22 +00:00

23 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.18 2009/04/29 07:46:22 sno Exp $
DISTNAME= DateTime-TimeZone-0.90
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
LICENSE= artistic-2.0
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"