# $Id: Portfile 47167 2009-02-23 02:44:02Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DateTime-Format-Strptime 1.0900
maintainers           narf_tm openmaintainer
description           Parse and format strp and strf time patterns
long_description      This module implements most of strptime(3), the POSIX \
                      function that is the reverse of strftime(3), for \
                      DateTime. While strftime takes a DateTime and a pattern \
                      and returns a string, strptime takes a string and a \
                      pattern and returns the DateTime object associated.
extract.suffix        .tgz

platforms             darwin

checksums             md5 f84e3e11b2948ca0fc2848b9c123e473 \
                      sha1 751e58f9d04636341b28c670503abec7f19e3939 \
                      rmd160 f96664a297fff20e2a9c026d136c367793e17256

depends_lib-append    port:p5-params-validate \
                      port:p5-datetime \
                      port:p5-datetime-locale \
                      port:p5-datetime-timezone
