pkgsrc-wip/yajl/Makefile
Pierre Allegraud 48910efdd5 Import yajl-1.0.9 as wip/yajl.
needed for i3-devel

Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser
written in ANSI C, and a small validating JSON generator.
YAJL is released under the BSD license.
2010-12-07 21:18:00 +00:00

19 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/12/07 21:18:00 pallegra Exp $
#
DISTNAME= yajl-1.0.9
CATEGORIES= devel
MASTER_SITES= http://github.com/downloads/lloyd/yajl/
MAINTAINER= pallegra@gmail.com
HOMEPAGE= http://lloyd.github.com/yajl/
COMMENT= Small JSON library written in ANSI C
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_CMAKE= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"