pkgsrc/time/p5-DateTime-TimeZone/Makefile
2005-02-26 01:52:30 +00:00

20 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/02/26 01:52:30 wiz Exp $
DISTNAME= DateTime-TimeZone-0.32
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
USE_BUILDLINK3= YES
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/TimeZone/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"