# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         DateTime-Format-ISO8601 0.19 ../../authors/id/T/TI/TIMLEGGE
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         DateTime::Format::ISO8601 - Parses ISO8601 formats
long_description    {*}${description}

checksums           rmd160  fba30634ed390123a99e7ce707d4292d135229c1 \
                    sha256  104fe5f79523cde5494ba7654b6b4357a2d8bb71f18ca6eb836e1475a70bcc1b \
                    size    47142

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-datetime \
                    port:p${perl5.major}-datetime-format-builder \
                    port:p${perl5.major}-params-validationcompiler \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-specio
}
