# $Id: Portfile 124781 2014-08-28 04:33:07Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
perl5.setup         Data-Phrasebook-Loader-YAML 0.13
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Abstract your queries ... with YAML!
long_description    This distribution enables the framework for abstracting common or locale data \
                    out of your code into a datastore. The default is within a plain text file, \
                    however this distribution extends that to use YAML.

platforms           darwin

checksums           rmd160  95e28e57847df90cbedaf161f1d2a5526cd560d9 \
                    sha256  daf9a1e362b931c787d8927fe027e8d5a4e7da2267f371cb901c7104536e560f

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-data-phrasebook \
                    port:p${perl5.major}-yaml

supported_archs noarch
}
