# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Data-Phrasebook 0.29
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

depends_lib-append  port:p5-module-pluggable

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
