# -*- 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 87280 2011-11-16 07:31:39Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      sql3 0.4
revision                        2
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.

# 0.4 was stealth-updated 2011-10-20
dist_subdir                     ${name}/${version}_1

checksums                       rmd160  ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
                                sha256  736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479

depends_lib-append              port:sqlite3

configure.ldflags-append        -lgmp
