freebsd-ports/devel/nlohmann-json/Makefile
Yuri Victorovich 551e034565 devel/nlohmann-json: update 3.11.2 → 3.11.3
Reported by:	portscout
2023-12-01 21:08:55 -08:00

25 lines
559 B
Makefile

PORTNAME= json
DISTVERSIONPREFIX= v
DISTVERSION= 3.11.3
CATEGORIES= devel
PKGNAMEPREFIX= nlohmann-
MAINTAINER= yuri@FreeBSD.org
COMMENT= JSON library for Modern C++
WWW= https://nlohmann.github.io/json/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
USES= cmake:testing compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= nlohmann
NO_BUILD= yes
NO_ARCH= yes
CMAKE_ON= JSON_MultipleHeaders
CMAKE_OFF= JSON_BuildTests
CMAKE_TESTING_ON= JSON_BuildTests # 2 tests are expected to fail, see https://github.com/nlohmann/json/issues/2951
.include <bsd.port.mk>