# -*- 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-Simple 4.59 ../../authors/id/S/SH/SHERZODR
platforms           {darwin any}
license             {Artistic-1 GPL}
maintainers         nomaintainer

homepage            https://metacpan.org/release/SHERZODR/${perl5.module}-${perl5.moduleversion}

supported_archs     noarch

description         simple configuration file class

long_description    Reading and writing configuration files is one of the \
                    most frequent tasks of any software design. Config::Simple \
                    is the library that helps you with it. \
                    Config::Simple is a class representing configuration file \
                    object. It supports several configuration file syntax and \
                    tries to identify the file syntax automatically. Library \
                    supports parsing, updating and creating configuration files.

checksums           rmd160  9fbc852d32fbf49d0539135c253162afcebd91f5 \
                    sha256  cb78a975ad8463f992f35f392227aaf188d533c9092373742b3c2bb592781054 \
                    size    21010

# disable broken livecheck due to long standing CPAN indexing issue
# no updates to this module since 20060912
livecheck.type      none
