# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Config-Any 0.26 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 rmd160 7937bac056ffbc1a9639611d7a2f5da080c0b1fc \ sha256 f9ae12d5c1f084385dd9d55dd25c09a6f69f1a76c938d4d06ea3c6d85710a594 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-config-general \ port:p${perl5.major}-config-tiny \ port:p${perl5.major}-json \ port:p${perl5.major}-xml-namespacesupport \ port:p${perl5.major}-xml-simple \ port:p${perl5.major}-yaml depends_lib-append \ port:p${perl5.major}-module-pluggable supported_archs noarch }