mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
Tcl
# -*- 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 github 1.0
|
|
github.setup qorelanguage module-sqlite3 1.0.2 v
|
|
github.tarball_from releases
|
|
|
|
name qore-sqlite3-module
|
|
categories lang
|
|
license LGPL-2.1
|
|
maintainers {davidnichols @davidnich} openmaintainer
|
|
description SQLite3 module for Qore
|
|
long_description Module providing communication with sqlite3 DBs from Qore
|
|
homepage http://qore.org
|
|
platforms darwin
|
|
distname qore-sqlite3-module-${github.version}
|
|
|
|
checksums rmd160 f0259d585edea359a735f52ca2205f31bd6ae786 \
|
|
sha256 e79ebf846b0cce22ee4b4ef2ee74ace0f4c01c254e8a41f3a38b4318b79e46cc \
|
|
size 506698
|
|
|
|
depends_lib port:qore \
|
|
port:sqlite3
|
|
|
|
configure.args --disable-debug
|
|
configure.ldflags-append -Wl,-undefined -Wl,dynamic_lookup
|