# -*- 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                      sql3 0.4
categories                      databases
platforms                       darwin
maintainers                     ryandesign
license                         BSD

description                     an SQLite interface for the Pure programming language

long_description                ${name} is a wrapper around SQLite's C interface \
                                that provides Pure programers access to almost \
                                all of SQLite's features, including many that are \
                                not available through Pure's generic ODBC interface.

checksums                       sha1    b664e4a0649f98f718bd2607be7c3e738baa175b \
                                rmd160  5cb917ebc675f100e4796e59a2bb67fb8d2f82b5

depends_lib-append              port:sqlite3

configure.ldflags-append        -lgmp
