mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5a4055b083
Approved by: jadawin@ (co-mentor)
27 lines
499 B
Makefile
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>
|