# -*- 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
# $Id$

PortSystem          1.0

name                qore-yaml-module
version             0.5
categories          lang
license             LGPL-2.1
maintainers         davidnichols
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
master_sites        https://github.com/qorelanguage/module-yaml/releases/download/v${version}

checksums           md5 54865478262f13fd541be96381c867f1 \
                    sha1 49002afeec542abdefcea3555b365eb86ee5f112 \
                    rmd160 be376d01dccb818237702fb89edd4b24ce335be0

depends_lib         port:qore \
                    port:libyaml

configure.args      --disable-debug