# -*- 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           github 1.0

github.setup        bendiken lmdbxx 0b43ca87
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
# The version number is invented. 0.9.14.0 happened a long time ago, and
# we needed a designation for the git version we are pulling.
version             0.9.14.0.1
categories          databases devel
platforms           any
supported_archs     noarch
license             public-domain
maintainers         {bendiken.net:arto @bendiken}

description         C++11 wrapper for the LMDB embedded B+ tree database library.

long_description    This is a comprehensive C++ wrapper for the LMDB embedded     \
                    database library, offering both an error-checked procedural   \
                    interface and an object-oriented resource interface with RAII \
                    semantics.

checksums           rmd160  68c36abcb3adb9fa50d0509c8c06e25a81cdb3d9 \
sha256              a7958341d13280ca8400263e8373da50116e806c6ad4e9fa4beca82d9629df8c \
size                47503


depends_lib         port:lmdb

use_configure       no

build               {}

destroot.args-append  PREFIX=${prefix}
