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

PortSystem          1.0

PortGroup           github 1.0
github.setup        qorelanguage module-sybase 1.2 v
github.tarball_from releases

name                qore-freetds-module
version             1.1
revision            1
categories          lang
license             LGPL-2.1
maintainers         {davidnichols @davidnich}
description         FreeTDS module for Qore
long_description    Module provides a freetds DBI driver, allowing communication with Sybase and MS SQL Server DBs
homepage            http://qore.org
platforms           darwin
distname            qore-sybase-modules-${github.version}

use_bzip2           yes

checksums           rmd160 d6f1e24d1c7f61b780f9318e0ddc835cd6a0331e \
                    sha256 314c0f4263d6f1d7589b37173d9524bc676a588bb78d88b81aab02ed251e845a \
                    size 483036

depends_lib         port:qore \
                    port:freetds

configure.ldflags-append -Wl,-undefined -Wl,dynamic_lookup
configure.args      --disable-debug
