pkgsrc/time/p5-DateTime-Locale/Makefile
abs 796d00a94f Updated time/p5-DateTime-Locale 0.33 -> 0.34
0.34   2007-03-05

- Removed the use of STORABLE_attach from this module entirely, since
  it seemed to have a buggy interaction with DateTime.pm. See
  http://www.mail-archive.com/datetime@perl.org/msg05633.html for some
  discussion of this.
2007-06-09 23:47:41 +00:00

18 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/06/09 23:47:41 abs Exp $
DISTNAME= DateTime-Locale-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://datetime.perl.org/
COMMENT= Localization data for p5-DateTime
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Locale/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"