# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           JSON-Any 1.19
maintainers           nomaintainer
description           Wrapper Class for the various JSON classes.
long_description      ${description}

platforms             darwin

checksums             md5 ee042534bed96496586660d1bed1bad3 \
                      sha1 7792d3f94d2f9b763f48c9232ce86ada0cb36408 \
                      rmd160 b071e48b674d943f84ec1d0aa0edb13862d6c9af

depends_lib-append    port:p5-json

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