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

github.setup        ruediger libbert d813e7832552a3623fbdb40e7bdfff07cf5343b8
version             20131017
categories          devel
platforms           darwin
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  12d837320d49bac972a62cbd102718cb4cb46e0d \
                    sha256  01a1e83db33a6ecdc07f260910eda8b1a9faa3dddd822fdbe479530b639696b8

depends_lib         port:boost

cmake.out_of_source yes