# $Id: Portfile 47278 2009-02-24 15:22:15Z narf_tm@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         JSON 2.14 ../by-authors/id/M/MA/MAKAMAKA
maintainers         narf_tm openmaintainer
description         parse and convert to JSON (JavaScript Object Notation).
long_description    This module converts between JSON \
                    (JavaScript Object Notation) and Perl data structure \
                    into each other. For JSON, See to \
                    http://www.crockford.com/JSON/.

platforms           darwin

checksums           md5 340d2e9eb18406e18c88475d7aa25edc \
                    sha1 876b6d803514bbb46fef3d713c9277c1072c1c0b \
                    rmd160 316cfd27b6bc89cb8daf0a5f07de965ac14c46a0

variant xs description {Depend on JSON::XS for improved performance} {
    depends_run-append    port:p5-json-xs
}
