# $Id: Portfile 45112 2009-01-08 14:59:03Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-ConfigLoader 0.22
maintainers           narf_tm openmaintainer
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 add762f2be35c9da2b6a61b4bc367588 \
                      sha1 be9c02ab17c0e6e298bee07eec6aa11797d2cb1d \
                      rmd160 56d01153634df704aa944c9687f9c6307012aa72

depends_lib-append    port:p5-catalyst-runtime \
                      port:p5-config-any \
                      port:p5-data-visitor \
                      port:p5-mro-compat
