# $Id: Portfile 56852 2009-09-02 18:34:33Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-ConfigLoader 0.27
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 f1f58fa0f4c3cfb45cc204c9ace6a09b \
                      sha1 41b48030e4b210516aca4f9ba13bd9eda3711e39 \
                      rmd160 898318ce27e44531f6fcb5569914c9f138000f12

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