# $Id: Portfile,v 1.2 2006/04/06 06:26:19 blb Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			DateTime-Format-Builder 0.7806
version				0.78.06
maintainers			mat@FreeBSD.org
description			Create DateTime parser classes and objects
long_description \
	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.

platforms			darwin

checksums md5 31f030e6f03cd95ebb343f2f856bf704

depends_lib-append	port:p5-params-validate port:p5-datetime \
		port:p5-datetime-format-strptime port:p5-class-factory-util

perl5.use_module_build
