# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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-W3CDTF 0.08
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Parse and format W3CDTF datetime strings

long_description    ${description}

checksums           rmd160  593727d896c710f5d3b424c07ed8388eedd22870 \
                    sha256  dcc200a073a21cba48122a5dae0b6a875df93d3f8c8ae9d446dcdd9befaa413a \
                    size    32885

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

    supported_archs noarch
}
