diff options
-rw-r--r-- | devel/nlohmann-json/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nlohmann-json/Makefile b/devel/nlohmann-json/Makefile index 5e716f968368..133dae88f39d 100644 --- a/devel/nlohmann-json/Makefile +++ b/devel/nlohmann-json/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= nlohmann- 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 |