# -*- 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: Portfile 69390 2010-07-03 08:23:19Z davidnichols@macports.org $

PortSystem          1.0

name                qore-yaml-module
version             0.2
categories          lang
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        sourceforge:qore

checksums           md5 874b41f95d2f4d0e74f13cb382b25233 \
                    sha1 9fdf09386644f59cd96464f4b72ee896ef968035 \
                    rmd160 f4e3b8b71f7169c259fa13d928e805f988c11dba

depends_lib         port:qore \
                    port:libyaml

configure.args      --disable-debug
