# New ports collection makefile for:	yajl
# Date created:		2010-03-29
# Whom:			Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD: ports/devel/yajl/Makefile,v 1.4 2011/02/08 13:44:44 bapt Exp $
#

PORTNAME=	yajl
PORTVERSION=	1.0.11
CATEGORIES=	devel
MASTER_SITES=	LOCAL/bapt \
		http://files.etoilebsd.net/yajl/

MAINTAINER=	bapt@FreeBSD.org
COMMENT=	A Portable JSON parsing and serialization library in ANSI C

GITREF=		f4baae0
DISTNAME=	lloyd-${PORTNAME}-${PORTVERSION}-0-g${GITREF}
WRKSRC=		${WRKDIR}/lloyd-${PORTNAME}-${GITREF}
PLIST_SUB=	VERSION=${PORTVERSION}

LICENSE=	BSD

USE_LDCONFIG=	yes
USE_CMAKE=	yes

.include <bsd.port.mk>
