# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Config-Any 0.20
revision              3
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

checksums             md5 d7272b42ecaa6e6d1ed9a9bd5bd65786 \
                      sha1 e72fd7fdb990a79ee21e40cd8b7a7252a8ea9d4c \
                      rmd160 1ac04de15cbfdf1ceab3af07154b1e7731f5cbf6

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-module-pluggable

supported_archs       noarch
}
