# -*- 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.144 ../../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 b3d12a9a88c4d31fbab9a6ac50fba953eccec4b4 \ sha256 f6ea094ece845c952a02c2789332579354de8d410a707f9b7045bd241206487d \ size 105730 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 }