# $Id: Portfile 128785 2014-11-27 12:52:58Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
perl5.setup         Data-Phrasebook 0.35
license             Artistic-2
maintainers         nomaintainer
description         Abstract your queries!
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, \
                    but more complex datastores can be intrigrated via the use of other \
                    Data::Pharsebook::Loader distributions (eg YAML, XML, INI, DBI).

platforms           darwin

checksums           rmd160  7a22be1a840a99d2d03eb7665c72359fc6de55e1 \
                    sha256  4085971d5663e97e6feec623e58d7cd818909086cb7047505c6915d359442fa5

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

supported_archs noarch
}
