openbsd-ports/devel/jansson/Makefile
kirby 5dcbb2eefe Security update to jansson-2.14.
Fixes CVE-2020-36325
OK tb@
2022-04-26 07:42:37 +00:00

23 lines
397 B
Makefile

COMMENT = library for manipulating JSON data
V = 2.14
DISTNAME = jansson-${V}
SHARED_LIBS = jansson 4.2
CATEGORIES = devel
HOMEPAGE = https://digip.org/jansson/
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/akheron/jansson/releases/download/v${V}/
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>