mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d8ba670df2
- 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
28 lines
574 B
Makefile
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>
|