# -*- 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
github.setup        qorelanguage module-json 1.9.0 v
github.tarball_from releases

PortGroup           cmake 1.1

name                qore-json-module
revision            1
categories          lang
license             {LGPL-2.1 MIT}
maintainers         {davidnichols @davidnich} openmaintainer
description         json module for Qore
long_description    Module providing JSON and JSON-RPC functionality to Qore
homepage            http://qore.org
use_bzip2           yes
platforms           darwin
distname            qore-json-module-${github.version}

checksums           rmd160 83af866c39010545528f07433c917f855297e1de \
                    sha256 78d0b16aec4525d4988cabf6d3d01bc878daf20ba3d9b4ef2d8b0cffdd88f885 \
                    size 1141100

depends_lib         port:qore \
                    path:lib/libssl.dylib:openssl

compiler.cxx_standard  2011

