# -*- 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         Config-IniFiles 3.000003
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A module for reading .ini-style configuration files.
long_description    ${description}

checksums           rmd160  0826268c643a90b618e57c520f6befc978c2bbb4 \
                    sha256  3c457b65d98e5ff40bdb9cf814b0d5983eb0c53fb8696bda3ba035ad2acd6802 \
                    size    70024

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-stringy
    
    supported_archs noarch
    perl5.use_module_build
}
