# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id $

PortSystem          1.0

name                libiodbc
conflicts           unixODBC
version             3.52.7
categories          devel
maintainers         snc openmaintainer
license             BSD
description         Independent Open DataBase Connectivity
long_description    iODBC is the acronym for Independent Open DataBase Connectivity, \
                    an Open Source platform independent implementation of both the \
                    ODBC and X/Open specifications.
platforms           darwin
homepage            http://www.iodbc.org
master_sites        http://www.iodbc.org/downloads/iODBC
checksums           md5     ddbd274cb31d65be6a78da58fc09079a \
                    sha1    53988878b6897d5ce7b8f62138f1f7e0e40b7d4f \
                    rmd160  7bdac0e18dd65debd41059ceb59b4653bed4774b

configure.args      --disable-gui --disable-gtktest

livecheck.type      regex
livecheck.url       http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/Downloads
livecheck.regex     Stable \\(v(\\d+(\\.\\d+)+)\\)
