# $Id: Portfile 65148 2010-03-22 20:45:57Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               DateTime-Format-Strptime 1.2000
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.

platforms                 darwin

checksums                 md5 8e0218294f983629cf781990ed61f3ba \
                          sha1 9177e055b6f6398c1358956e0b0c22d7a6bacbd6 \
                          rmd160 f2753e82ea2109a2f9a5f8c9eaa614d9825c882c

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

perl5.use_module_build
