diff --git a/devel/nlohmann-json-schema-validator/Portfile b/devel/nlohmann-json-schema-validator/Portfile new file mode 100644 index 0000000000000..66225ae7037fd --- /dev/null +++ b/devel/nlohmann-json-schema-validator/Portfile @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup cmake 1.1 +PortGroup github 1.0 + +github.setup pboettch json-schema-validator 2.3.0 +github.tarball_from archive +revision 0 +name nlohmann-json-schema-validator +categories devel +platforms any +supported_archs noarch +license MIT +maintainers {@sikmir disroot.org:sikmir} openmaintainer +description JSON schema validator for JSON for Modern C++ +long_description {*}${description} + +checksums rmd160 08baad87e528addc3bafc63161e1828078459fcd \ + sha256 2c00b50023c7d557cdaa71c0777f5bcff996c4efd7a539e58beaa4219fa2a5e1 \ + size 77869 + +depends_lib-append port:nlohmann-json