# $Id: Portfile 99640 2012-11-12 21:11:49Z raimue@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           JSON-Any 1.29
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Wrapper Class for the various JSON classes.
long_description      ${description}

platforms             darwin

checksums             rmd160  352e6dcecdfd32d486b45345d18e9e1d9482d2ce \
                      sha256  42cfb992ee310494cf0ffdf2eee10ae6fbf5bf7dd5da7c34c927a3025b926297

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

supported_archs noarch
}
