# -*- 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 111882 2013-10-04 21:57:28Z ryandesign@macports.org $

PortSystem          1.0

name                json-c
conflicts           jsoncpp
version             0.9
license             MIT
categories          textproc devel
platforms           darwin
maintainers         nomaintainer
description         A JSON parser
long_description    JSON-C implements a reference counting object model that allows \
                    you to easily construct JSON objects in C, output them as JSON \
                    formatted strings and parse JSON formatted strings back into \
                    the C representation of JSON objects.
homepage            http://oss.metaparadigm.com/json-c/
master_sites        ${homepage}

checksums           md5 3a13d264528dcbaf3931b0cede24abae \
                    sha1 daaf5eb960fa98e137abc5012f569b83c79be90f \
                    rmd160 dec4fe76364cfee965291ac1526ee401d997e45e
