# -*- 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 99928 2012-11-21 10:00:13Z davidnichols@macports.org $

PortSystem          1.0

name                qore-mysql-module
version             2.0.1
categories          lang
license             LGPL-2.1
maintainers         davidnichols
description         MySQL module for Qore
long_description    Module allowing communication with MySQL DBs from the Qore Programming Language
use_bzip2           yes
homepage            http://qore.org
platforms           darwin
master_sites        sourceforge:qore

checksums           md5 28e9a89f7e543f46ddb6bb3dcc838c2c \
                    sha1 4c219ce39d2fc0c025e1dc46fe7a6a8bff5f0020 \
                    rmd160 172c9f9ebee4b638e470e096e1537d6decff3af3

depends_lib         port:qore \
                    path:bin/mysql_config5:mysql5

configure.args      --disable-debug
