# -*- 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$

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.0

github.setup        lloyd yajl 2.1.0
categories          devel
maintainers         gmail.com:benjaminlyu openmaintainer
description         Yet Another JSON Library.
long_description    YAJL is a small event-driven (SAX-style) JSON parser \
                    written in ANSI C, and a small validating JSON generator.
license             BSD
homepage            http://lloyd.github.com/yajl/
platforms           darwin

checksums           rmd160  df525cb99a1e6f1786c8f8f047127cad1b4eb80a \
                    sha256  510a13e0be57cd4ba99e60ac806a3635854af51316d3131d3742a90298ccde38

cmake.out_of_source yes