# -*- 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.1 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 849816b8dbe04f673e1d55f64ca52f8313615a6f \
                    sha256 6b509e19a3a75eef0531a0e3e70e01b23e6a124903922a4a686758b23de79d2a \
                    size 466062

depends_lib         port:qore \
                    port:freetds

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