# -*- 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 60414 2009-11-11 16:47:28Z davidnichols@macports.org $

PortSystem          1.0

name                qore-mysql-module
version             1.0.7
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 183e3d47ae59b9b65aba80341d9aab50 \
                    sha1 54c48bdec8b2d52f02d6d4f8ebc37c067373fbca \
                    rmd160 78820f73fa1707ca0bb44c948ce6d6db859d8faa

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

configure.args      --disable-debug
