# -*- 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           cmake 1.0

# On next version update, remove master_sites override below
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            https://lloyd.github.io/yajl/

github.tarball_from archive
# https://trac.macports.org/ticket/71368
master_sites        macports_distfiles
checksums           rmd160  df525cb99a1e6f1786c8f8f047127cad1b4eb80a \
                    sha256  510a13e0be57cd4ba99e60ac806a3635854af51316d3131d3742a90298ccde38

cmake.out_of_source yes
