a498fe1204
Changelog: https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1 Enable SEPARATE_BUILD while here. OK sthen@, jca@
24 lines
424 B
Makefile
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>
|