# -*- 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 79341 2011-06-09 23:29:18Z l2g@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Config-JSON 1.5100
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

depends_build-append    port:p5-test-deep
depends_lib-append      port:p5-any-moose port:p5-json

