# -*- 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         Path-Tiny 0.146 ../../authors/id/D/DA/DAGOLDEN
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Path::Tiny - File path utility
long_description    This module provide a small, fast utility for working with file paths. \
                    It is friendlier to use than File::Spec and provides easy access to \
                    functions from several other core file handling modules.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  33707989b1f18d50ebfc988535e33fb607a2c0c7 \
                    sha256  861ef09bca68254e9ab24337bb6ec9d58593a792e9d68a27ee6bec2150f06741 \
                    size    105879

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

    depends_lib-append \
                    port:p${perl5.major}-encode \
                    port:p${perl5.major}-pathtools \
                    port:p${perl5.major}-unicode-utf8
}
