pkgsrc/time/p5-DateTime-Format-Builder/Makefile
abs e6473fd4d1 Added time/p5-DateTime-Format-Builder-0.7807
DateTime::Format::Builder creates DateTime parsers. Many string
formats of dates and times are simple and just require a basic
regular expression to extract the relevant information. Builder
provides a simple way to do this without writing reams of structural
code.

Builder provides a number of methods, most of which you'll never
need, or at least rarely need. They're provided more for exposing
of the module's innards to any subclasses, or for when you need to
do something slightly beyond what I expected.
2006-06-07 11:49:46 +00:00

18 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:49:46 abs Exp $
DISTNAME= DateTime-Format-Builder-0.7807
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
PERL5_PACKLIST= auto/DateTime/Format/Builder/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"