# -*- 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.4.0
github.tarball_from archive
revision            0
name                nlohmann-json-schema-validator
categories          devel
license             MIT
maintainers         {@sikmir disroot.org:sikmir} openmaintainer
description         JSON schema validator for JSON for Modern C++
long_description    {*}${description}

checksums           rmd160  2ce0f05a4cbf502bf707fdb484f375bd09c5015a \
                    sha256  24cbb114609cc9b43d4018b8d03e082ff5d2f26f5dce8bd36538097267b63af9 \
                    size    83615

depends_lib-append  port:nlohmann-json

compiler.cxx_standard   2011

configure.args-append   -DBUILD_SHARED_LIBS=YES
