You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
f2533642c5
It installs libSQLiteCpp.a.
26 lines
969 B
Tcl
26 lines
969 B
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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
name sqlitecpp
|
|
github.setup SRombauts SQLiteCpp 3.3.3
|
|
github.tarball_from archive
|
|
revision 1
|
|
categories databases
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 4655d312f02e008e99bced9e95b8c61030c10149 \
|
|
sha256 33bd4372d83bc43117928ee842be64d05e7807f511b5195f85d30015cad9cac6 \
|
|
size 2733063
|
|
|
|
depends_lib-append port:sqlite3
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
configure.args-append -DSQLITECPP_INTERNAL_SQLITE=OFF
|