# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Path-Tiny 0.098 ../by-authors/id/D/DA/DAGOLDEN 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 checksums rmd160 257afb30d005fd0f6343ec41bf3980255204de59 \ sha256 68f95c21fba6b03039e3dd8831d18feb701e537ff9764f07ca93e08aa8aa6f72 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}-pathtools \ port:p${perl5.major}-unicode-utf8 supported_archs noarch }