openbsd-ports/textproc/nlohmann-json/Makefile
abieber 31ee5a3460 Import nlohmann-json: a C++ JSON library
Tweaks from sthen@, caspar@ and op@
OK caspar, op and landry
2022-06-28 12:51:06 +00:00

25 lines
418 B
Makefile

COMMENT = JSON for modern C++
# the "release" contain only json.hpp, and we want tests and CMake config file
V = 3.9.1
GH_ACCOUNT = nlohmann
GH_PROJECT = json
GH_TAGNAME = v${V}
DISTNAME = nlohmann-json-${V}
CATEGORIES = devel textproc
HOMEPAGE = https://nlohmann.github.io/json/
# MIT
PERMIT_PACKAGE = Yes
# C++11
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
NO_TEST = Yes
.include <bsd.port.mk>