diff options
Diffstat (limited to 'devel/rapidjson/Makefile')
-rw-r--r-- | devel/rapidjson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 564f52da431c..f54e0970bb60 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -6,7 +6,8 @@ CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Fast JSON parser/generator for C++ with both SAX/DOM style API -WWW= https://github.com/Tencent/rapidjson +WWW= https://rapidjson.org/ \ + https://github.com/Tencent/rapidjson LICENSE= unknown LICENSE_NAME= RapidJSON |