# -*- 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            1
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  08baad87e528addc3bafc63161e1828078459fcd \
                    sha256  2c00b50023c7d557cdaa71c0777f5bcff996c4efd7a539e58beaa4219fa2a5e1 \
                    size    77869

depends_lib-append  port:nlohmann-json

compiler.cxx_standard   2011

configure.args-append   -DBUILD_SHARED_LIBS=YES
