Commits
Davide Gerhard authored and Renee Otten committed dac75bc957a
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 - | PortGroup github 1.0 |
5 - | PortGroup cmake 1.1 |
6 - | PortGroup cxx11 1.1 |
4 + | PortGroup obsolete 1.0 |
7 5 | |
8 6 | name json-modern-cpp |
7 + | replaced_by nlohmann-json |
9 8 | platforms darwin macosx |
10 9 | categories devel |
11 - | license MIT |
12 - | maintainers {@ra1nb0w irh.it:rainbow} openmaintainer |
10 + | version 3.7.0 |
11 + | revision 1 |
13 12 | |
14 - | description JSON for Modern C++ |
15 - | long_description ${description} |
16 - | |
17 - | github.setup nlohmann json 3.7.0 v |
18 - | checksums rmd160 de5bb385af6c16d14d4ba5632a4c728f7a492d8d \ |
19 - | sha256 fd6f4516a9122dc16dd0ad793a9d5f17fe59c12702f24502f70da9dab343eaa6 \ |
20 - | size 118869453 |
21 - | revision 0 |
22 - | |
23 - | configure.args-append \ |
24 - | -DJSON_BuildTests=OFF |
13 + | # Remove after November 2020 |