# -*- 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         Specio-Library-Path-Tiny 0.05 ../../authors/id/D/DR/DROLSKY
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Specio::Library::Path::Tiny - Path::Tiny types and coercions for Specio
long_description    ${description}

platforms           darwin

checksums           rmd160  12cba02384c4b765237da4ddd10bb6e5cfd9a060 \
                    sha256  60df0bb9bcdaeb2c66a078bf6df9954ea4f9433d6cb680889942e542c7c27a51 \
                    size    30204

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

    depends_lib-append \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-specio

    supported_archs noarch
}
