# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Data-Phrasebook-Loader-YAML 0.13
license             Artistic-2
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 any}

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
}
