Files
macports-ports/databases/sqlitecpp/Portfile
T
2025-05-21 16:36:03 -05:00

29 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 cmake 1.1
PortGroup github 1.0
name sqlitecpp
github.setup SRombauts SQLiteCpp 3.3.3
github.tarball_from archive
revision 0
categories databases
license MIT
maintainers {mps @Schamschula} openmaintainer
description SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
long_description {*}${description}
supported_archs noarch
platforms {darwin any}
checksums rmd160 4655d312f02e008e99bced9e95b8c61030c10149 \
sha256 33bd4372d83bc43117928ee842be64d05e7807f511b5195f85d30015cad9cac6 \
size 2733063
depends_lib-append port:sqlite3
compiler.cxx_standard 2011
configure.args-append -DSQLITECPP_INTERNAL_SQLITE=OFF