# -*- 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 78212 2011-04-28 16:22:58Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      odbc 0.7
categories                      databases
platforms                       darwin
maintainers                     ryandesign
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                       sha1    eb949f940f1c77a48229943eef6bb0b9d2686277 \
                                rmd160  3e83869b09745dd4c926982d087dad3b90bb9d34

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