# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             DateTime-Format-MySQL 0.04
revision                2
platforms               darwin
maintainers             fpassera.com:dev openmaintainer
description             Parse and format MySQL dates and times
long_description        ${description}

checksums               md5     f52377ecdeb19055ae64037fb1ef530e \
                        sha1    5d960e7250dc9122267d5ce95e88d434cc232d59 \
                        rmd160  47a47ee37ae3bbfae1fc9c46c6fd4f4a2b2b86c9

if {${perl5.major} != ""} {
depends_lib-append      port:p${perl5.major}-datetime \
                        port:p${perl5.major}-datetime-format-builder

supported_archs         noarch
}
