# $Id: Portfile 34779 2008-03-05 04:26:43Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               DateTime-Format-Builder 0.7901
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 43407285237cdc3cdd2c08b936229198 \
                          sha1 bf88486f811a12cba5574b093c21a330a63defaf \
                          rmd160 880d0143bc384eacc3123bacae4781a619734393

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
