# -*- 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         Catalyst-Plugin-ConfigLoader 0.35
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Load config files of various types
long_description    This module will attempt to load find and load a \
                    configuration file of various types. Currently it \
                    supports YAML, JSON, XML, INI and Perl formats.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  8c96fe4fb2f2f81a6e003c42918bcccb75c20808 \
                    sha256  9e2a698a6f2d046e0dc5e57512929cd423c807d4a36ba3f29e9e5adcd71a1971 \
                    size    21901

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-catalyst-runtime \
                    port:p${perl5.major}-config-any \
                    port:p${perl5.major}-data-visitor \
                    port:p${perl5.major}-mro-compat
}