openbsd-ports/devel/libyajl/Makefile
2013-03-11 10:50:00 +00:00

26 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:11 espie Exp $
COMMENT = small JSON library written in ANSI C
V = 2.0.4
PKGNAME = libyajl-${V}
DISTNAME = lloyd-yajl-${V}
CATEGORIES = devel
SHARED_LIBS = yajl 2.0 # 2.0.4
HOMEPAGE = http://lloyd.github.com/yajl/
MASTER_SITES = http://distfiles.nl/ \
http://github.com/lloyd/yajl/tarball/${V}/
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
MODULES = devel/cmake
.include <bsd.port.mk>