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 5a4055b083 Change maintainer address to my new @FreeBSD.org
Approved by:	jadawin@ (co-mentor)
2010-07-28 17:31:01 +00:00

27 lines
499 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.9
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cloud.github.com/downloads/lloyd/yajl/
MAINTAINER= bapt@FreeBSD.org
COMMENT= A Portable JSON parsing and serialization library in ANSI C
USE_LDCONFIG= yes
USE_CMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>