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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			DateTime-Format-ISO8601 0.07
revision            1
maintainers			FreeBSD.org:mat
description			Parses ISO8601 formats
long_description \
	Parses almost all ISO8601 date and time formats. ISO8601 time-intervals \
	will be supported in a later release.

platforms			darwin

checksums           sha1    9a7b4f3dac26e9f03dda2aaca7a135fc2ab868ef \
                    rmd160  1ffa76d78657ba5759a1428d1d0ca3e4298dc50b

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

perl5.use_module_build
}
