e89f29f15d
0.7901 2007-09-01 - The memory-cycle.t test will fail if you have PadWalker and the current Devel::Cycle (1.07) installed. I forgot I had patched my local Devel::Cycle to fix this bug. 0.79 2007-08-30 - Fix several circular references in DateTime::Format::Builder::Parser. This would be triggered by any standard usage of DT::F::Builder. Reported by Carl Franks. RT #29034.
21 lines
614 B
Makefile
21 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/05/28 21:02:52 abs Exp $
|
|
|
|
DISTNAME= DateTime-Format-Builder-0.7901
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~drolsky/DateTime-Format-Builder/
|
|
COMMENT= Create DateTime parser classes and objects
|
|
|
|
DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DateTime/Format/Builder/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|