# -*- 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-yaml 0.7.3 v
github.tarball_from releases

PortGroup           cmake 1.1

name                qore-yaml-module
categories          lang
license             LGPL-2.1
maintainers         {davidnichols @davidnich} openmaintainer
description         YAML module for Qore
long_description    Module allowing for de/serialization to/from YAML strings and Qore data structures
homepage            http://qore.org
platforms           darwin
use_bzip2           yes
distname            qore-yaml-module-${github.version}

checksums           rmd160 b320d580f9f3d999f25477f87673fa7716ad6872 \
                    sha256 42b2ad1e5660f8a21e07484013dc0d6c0c6129352daaca2d75c5f1ed7e96d044 \
                    size 104948

depends_lib         port:qore \
                    port:libyaml

