2022-03-11 18:49:30 +00:00

22 lines
363 B
Makefile

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>