Files
2020-08-20 08:22:40 -05:00

24 lines
935 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.1.1
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}
platforms darwin
checksums rmd160 9c8f3db6e51d33c409dcf1f5f953db01819fdc9f \
sha256 1117009c85143750efd4721786b2e975be4e9e324db056c3f05e0da7a14aa3a2 \
size 2414382
depends_lib-append port:sqlite3
configure.args-append -DSQLITECPP_INTERNAL_SQLITE=OFF