# -*- 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-sql3 0.5
categories-append               databases
platforms                       darwin
maintainers                     {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
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                       rmd160  44d77f63a2876dd7633965be54e5cfc0ce198c98 \
                                sha256  b9f79dd443c8ffc5cede51e2af617f24726f5c0409aab4948c9847e6adb53c37

depends_build-append            port:pkgconfig

depends_lib-append              port:gmp \
                                port:sqlite3
