# -*- 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
# $Id$

PortSystem          1.0

name                lmdbxx
version             0.9.14.0
categories          databases
platforms           darwin
supported_archs     noarch
license             public-domain
maintainers         bendiken.net:arto

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.

homepage            http://lmdbxx.sourceforge.net/

master_sites        sourceforge:project/${name}/${version}/

use_xz              yes
checksums           rmd160  c5cc24adacd88cd080159b3da4b6599025dd6911 \
                    sha256  29caf35dcd6962909be5a2d8147f85e65fe098030992f1ecdd902633dbcdcbde

depends_lib         port:lmdb

use_configure       no
build               {}

destroot.args-append  PREFIX=${prefix}
