openbsd-ports/devel/jansson/Makefile
kirby a498fe1204 Bugfix update to jansson-2.13.1
Changelog:
https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1
Enable SEPARATE_BUILD while here.

OK sthen@, jca@
2021-07-16 15:00:18 +00:00

24 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.17 2021/07/16 15:00:18 kirby Exp $
COMMENT = library for manipulating JSON data
DISTNAME = jansson-2.13.1
SHARED_LIBS = jansson 4.1
CATEGORIES = devel
HOMEPAGE = https://digip.org/jansson/
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MASTER_SITES = https://digip.org/jansson/releases/
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>