# $Id: Portfile 85621 2011-10-15 09:23:48Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Data-Phrasebook 0.29
revision            2
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           md5 376cdd0d8dd239d9e184beca062d223e

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

supported_archs noarch
}
