# -*- 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.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
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}

supported_archs         noarch
platforms               {darwin any}

checksums               rmd160  0eddcaf251351d98e1a6a2c6f1566e3be2da5bd3 \
                        sha256  270bd297eb3e14169e153d370dacc47db891e7c7451bbe054232ec126f4ce253 \
                        size    2691665

depends_lib-append      port:sqlite3

compiler.cxx_standard   2011

configure.args-append   -DSQLITECPP_INTERNAL_SQLITE=OFF
