# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Config-JSON 1.5100
revision                1
platforms               darwin
maintainers             l2g openmaintainer
license                 Artistic GPL
supported_archs         noarch

description             A JSON-based config file system

long_description        This package works with config files in JSON format. \
                        It also does some non-JSON stuff like allowing for \
                        comments in the files.

checksums               sha1 b4821dd178668b013e31089c116553c32062c3d2 \
                        rmd160 433a5b7899a00667df73377e1ae89bc078b04a54

if {${perl5.major} != ""} {
depends_build-append    port:p${perl5.major}-test-deep
depends_lib-append      port:p${perl5.major}-any-moose port:p${perl5.major}-json
}
