1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/yajl/Makefile
Baptiste Daroussin d8ba670df2 - Upgrade to 1.0.11
- Add license
- Remove workaround for now not supported version of FreeBSD
- Mirror it on my own as upstream still rely on github tags instead of providing real distfiles

Feature safe:	yes
2011-02-08 13:44:44 +00:00

28 lines
574 B
Makefile

# New ports collection makefile for: yajl
# Date created: 2010-03-29
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
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>