openbsd-ports/devel/libyajl/Makefile
2022-03-11 18:49:30 +00:00

22 lines
313 B
Makefile

COMMENT = small JSON library written in ANSI C
GH_ACCOUNT = lloyd
GH_PROJECT = yajl
GH_TAGNAME = 2.1.0
PKGNAME = lib${DISTNAME}
CATEGORIES = devel
SHARED_LIBS = yajl 2.1 # 2.1.0
HOMEPAGE = https://lloyd.github.io/yajl/
# BSD
PERMIT_PACKAGE = Yes
WANTLIB = c m
MODULES = devel/cmake
.include <bsd.port.mk>