# -*- 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           boost 1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        ruediger libbert d813e7832552a3623fbdb40e7bdfff07cf5343b8
version             20131017
revision            4

# Drop on next update:
if {${os.platform} eq "darwin" && ${os.major} < 10} {
    incr revision
}

categories          devel
maintainers         nomaintainer
license             zlib

description         LibBERT is a BERT (Binary ERlang Term) library for C++ and C.

long_description    BERT is a format for encoding binary data. You can think of it as JSON \
                    for binary formats. BERT is based on Erlang’s External Format. \
                    bert.h is the C API (you need to link -lbert_capi!). \
                    bert.hpp is the C++ API (header only).

checksums           rmd160  89e4bdf902b26bd30f4484c76860f9dfb064d20b \
                    sha256  399a4e606d83d061755d5959643c821b026396a18b32842a5ac7652037e65486 \
                    size    15568
github.tarball_from archive

patchfiles          patch-fix-cxx.diff

compiler.c_standard     1999
compiler.cxx_standard   2011
