# -*- 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 125905 2014-09-29 05:59:05Z ryandesign@macports.org $ PortSystem 1.0 PortGroup pure 1.0 pure.setup sql3 0.5 categories-append databases platforms darwin maintainers ryandesign gmail.com:aggraef 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