aboutsummaryrefslogtreecommitdiff
path: root/devel/nlohmann-json/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nlohmann-json/Makefile')
-rw-r--r--devel/nlohmann-json/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/nlohmann-json/Makefile b/devel/nlohmann-json/Makefile
index 5e716f968368..cd3b56a36c9d 100644
--- a/devel/nlohmann-json/Makefile
+++ b/devel/nlohmann-json/Makefile
@@ -1,12 +1,18 @@
PORTNAME= json
DISTVERSIONPREFIX= v
DISTVERSION= 3.12.0
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= nlohmann-
+# https://github.com/nlohmann/json/pull/4736 fix for missing char8_t support
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
+PATCHFILES= 34868f90149de02432ea758a29227a6ad74f098c.patch:-p1
+
MAINTAINER= yuri@FreeBSD.org
COMMENT= JSON library for Modern C++
-WWW= https://nlohmann.github.io/json/
+WWW= https://nlohmann.github.io/json/ \
+ https://github.com/nlohmann/json
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT