# $Id: Portfile 85631 2011-10-15 09:48:11Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-ConfigLoader 0.30
revision              2
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

checksums             md5 d6cd604120535d5c0ab1160c3a097187 \
                      sha1 5b08c30693ac7e5a4c1ff6ba0aa007d7f691317f \
                      rmd160 091f779654b0f0461988d348c84724f2518cbabd

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
}
