# $Id: Portfile 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DateTime-Format-Strptime 1.5000
revision        1
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 ccd7e8fe4276c258e325e0bbce3f8e74 \
                      sha1 8040a3e3e89340e5e240e3ef7cf1871cc1e4e238 \
                      rmd160 70ec474a8b57b7b36bf99a6378fd56fa2be3eff2

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