# -*- 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 54178 2009-07-22 16:20:49Z davidnichols@macports.org $

PortSystem          1.0

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

checksums           md5 2a291ff35b72c12049440ab04818a1f5 \
                    sha1 6869af0bd43a006a6d15f2c50c9f0e561a757710 \
                    rmd160 2c0bacb30811e47e272463d0d555a2b2ebf1911d

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

configure.args      --disable-debug
