2020-06-29 06:13:28 -05:00
|
|
|
# -*- 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
|
2025-05-21 16:34:06 -05:00
|
|
|
github.setup SRombauts SQLiteCpp 3.3.3
|
|
|
|
|
github.tarball_from archive
|
2025-10-20 02:09:39 -05:00
|
|
|
revision 1
|
2020-06-29 06:13:28 -05:00
|
|
|
categories databases
|
|
|
|
|
license MIT
|
|
|
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
|
|
|
description SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
2022-01-28 07:57:52 -06:00
|
|
|
long_description {*}${description}
|
2020-06-29 06:13:28 -05:00
|
|
|
|
2025-05-21 16:34:06 -05:00
|
|
|
checksums rmd160 4655d312f02e008e99bced9e95b8c61030c10149 \
|
|
|
|
|
sha256 33bd4372d83bc43117928ee842be64d05e7807f511b5195f85d30015cad9cac6 \
|
|
|
|
|
size 2733063
|
2020-06-29 06:13:28 -05:00
|
|
|
|
|
|
|
|
depends_lib-append port:sqlite3
|
|
|
|
|
|
2022-05-19 03:13:34 +10:00
|
|
|
compiler.cxx_standard 2011
|
|
|
|
|
|
2020-06-29 06:13:28 -05:00
|
|
|
configure.args-append -DSQLITECPP_INTERNAL_SQLITE=OFF
|