blob: 7b22af5589aa4aba597e081c8b9e10d7928787fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: yajl
# Date created: 2010-03-29
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= yajl
PORTVERSION= 2.0.1
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= f4b2b1a
DISTNAME= lloyd-${PORTNAME}-${PORTVERSION}-g${GITREF}
WRKSRC= ${WRKDIR}/lloyd-${PORTNAME}-${GITREF}
PLIST_SUB= VERSION=${PORTVERSION}
LICENSE= BSD
USE_LDCONFIG= yes
USE_CMAKE= yes
.include <bsd.port.mk>
|