# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup muniversal 1.0 github.setup json-c json-c 0.13-20171207 json-c- revision 1 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. checksums rmd160 55103e16ff5b536639734d7394aef657d2efa4a9 \ sha256 3f41a1e260b38934acff4fe74667920fd10c662eb1e845356e9c451160c6860e # Add missing header file json_object_private.h. # See https://trac.macports.org/ticket/55647 post-destroot { copy ${worksrcpath}/json_object_private.h ${destroot}${prefix}/include/json-c/ }