pkgsrc/devel/yajl/Makefile
wiz 1188ee6e13 Update to 2.1.0:
2.1.0
     * @nonodename, @patperry - fixed some compiler warnings
     * @yep, @emaste - documentation improvements
     * @sgravrock - build fix for NetBSD (and whenever sh != bash)
     * @rotty, @brimstone3, @lloyd - allow client to reset generator
     * @sgravrock - remove bash dependencies
     * @lloyd - add api tests
     * @rflynn - remove ruby dependency
     * @cloderic - nmake install works on windows
     * @shahbag - build fix for qnx
     * @breese - debugging improvements
     * @lloyd - json_verify supports -s flag for stream processing
     * @lloyd - json_reformat supports -s flag for stream processing
2014-04-18 12:16:57 +00:00

19 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/04/18 12:16:57 wiz Exp $
DISTNAME= yajl-2.1.0
CATEGORIES= devel textproc
MASTER_SITES= # http://nodeload.github.com/lloyd/yajl/tarball/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lloyd.github.com/yajl/
COMMENT= Small JSON library written in ANSI C
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/lloyd-yajl-66cb08c
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_CMAKE= yes
PKGCONFIG_OVERRIDE= src/yajl.pc.cmake
.include "../../mk/bsd.pkg.mk"