1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/yajl/Makefile
Chris Rees 52bd1e00f8 Fix DISTNAME for fetching
Pointyhat to:	bapt
Feature safe:	yes
2011-11-27 19:36:58 +00:00

28 lines
571 B
Makefile

# 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>