# -*- 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-Any 0.33
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Load configuration from different file formats, transparently
long_description    Config::Any provides a facility for Perl applications \
                    and libraries to load configuration data from multiple \
                    different file formats.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  dd1724a41e1e63181997327504087cb743be35a2 \
                    sha256  c0668eb5f2cd355bf20557f04dc18a25474b7a0bcfa79562e3165d9a3c789333 \
                    size    26662

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-config-general \
                    port:p${perl5.major}-config-tiny \
                    port:p${perl5.major}-cpanel-json-xs \
                    port:p${perl5.major}-module-pluggable \
                    port:p${perl5.major}-xml-namespacesupport \
                    port:p${perl5.major}-xml-simple \
                    port:p${perl5.major}-yaml-libyaml
}
