23 lines
397 B
Makefile
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>
|