# -*- 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               github 1.0
PortGroup               cmake 1.1

github.setup            danielaparker jsoncons 1.4.1 v
github.tarball_from     archive
revision                0
categories              devel
platforms               any
supported_archs         noarch
license                 Boost-1
maintainers             {@sikmir disroot.org:sikmir} openmaintainer
description             A C++, header-only library for constructing JSON and JSON-like data formats
long_description        {*}${description}

checksums               rmd160  284d29b5a07ac2a42aab593b0390ab95fb07b2b9 \
                        sha256  30807a3f77a06ec234329174a43186d52d5cc096599c16a48df40ad621b334a6 \
                        size    1538291

compiler.cxx_standard   2011

# https://github.com/danielaparker/jsoncons/issues/488
if {${configure.cxx_stdlib} ne "libc++"} {
    configure.cppflags-append \
                        -DJSONCONS_HAS_STATEFUL_ALLOCATOR=0 -DJSONCONS_HAS_POLYMORPHIC_ALLOCATOR=0
}

test.run                yes
