update Wed Mar 10 06:37:02 PST 2010
[pkgsrc.git] / time / p5-DateTime-TimeZone / Makefile
1 # $NetBSD: Makefile,v 1.29 2010/03/10 09:27:55 sno Exp $
2
3 DISTNAME=       DateTime-TimeZone-1.13
4 PKGNAME=        p5-${DISTNAME}
5 CATEGORIES=     time perl5
6 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=DateTime/}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://search.cpan.org/dist/DateTime-TimeZone/
10 COMMENT=        Perl module to handle time zone manipulation
11 LICENSE=        ${PERL5_LICENSE}
12
13 BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Build>=0.35000}:../../devel/p5-Module-Build
14
15 DEPENDS+=       p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
16 DEPENDS+=       p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
17
18 # on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
19 # but this will result in circular dependency
20
21 USE_LANGUAGES=  # empty
22 PERL5_MODULE_TYPE=      Module::Build
23 PERL5_PACKLIST=         auto/DateTime/TimeZone/.packlist
24
25 PKG_DESTDIR_SUPPORT=    user-destdir
26
27 .include "../../lang/perl5/module.mk"
28 .include "../../mk/bsd.pkg.mk"