# -*- 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.09 ../../authors/id/G/GW/GWILLIAMS
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  157ba1e0e5d280cc1ea494f8f437ea31b3f0bfab \
                    sha256  a63a913413784fdc15d39c7621ce86307ab5e7b3c1cf46a26fe5efc5c87972f7 \
                    size    33335

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