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

pure.setup                      pure-odbc 0.10
categories-append               databases
platforms                       darwin
maintainers                     {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
license                         LGPL-3+

description                     a simple ODBC interface for the Pure \
                                programming language

long_description                ${name} provides ${description} which lets \
                                you access a large variety of open source \
                                and commercial database systems from Pure

checksums                       rmd160  df385eaf018e087c31336d3ddf9eb1152f6cb95b \
                                sha256  1907e9ebca11cc68762cf7046084b31e9e2bf056df85c40ccbcbe9f02221ff8d

depends_build-append            port:pkgconfig

depends_lib-append              path:lib/libgmp.dylib:gmp \
                                path:lib/libodbc.dylib:unixODBC
