# -*- 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         Test-Filename 0.03
license             Apache-2
maintainers         nomaintainer
description         Test::Filename - Portable filename comparison
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  542849a7ac1dad37a553d77d0a6af4c2e9a0ebb0 \
                    sha256  6a450cc4c6281ed1129f32a1c0741f228967feda2e32a2915ff621c36525fcbe \
                    size    10757

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

    supported_archs noarch
}
