# $Id: Portfile 64869 2010-03-16 16:16:32Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               DateTime-Format-Builder 0.80
epoch                     1
maintainers               narf_tm openmaintainer
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 f6c5d5a17b5b7478ff555a2d3cce5136 \
                          sha1 5c0420118aedc68b9dfbafe4c78a993899c31005 \
                          rmd160 6db6ae1c4c559ff666dc9aeecbb845e435700823

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

perl5.use_module_build
