# -*- 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.4.0
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}

checksums               rmd160  0099b8380239088c88a087e77feb300af79fef80 \
                        sha256  9910ad8bc0a821856bd6d9fa7cb0b457883108f2b803700256b451077ed6dc05 \
                        size    2863152

depends_lib-append      port:sqlite3

compiler.cxx_standard   2011

configure.args-append   -DSQLITECPP_INTERNAL_SQLITE=OFF
