1 | # -*- 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 |
---|
2 | # $Id: |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup ruediger libbert 0.0.1 libbert- |
---|
8 | revision 1 |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | maintainers uwe-arzt.de:mail openmaintainer |
---|
12 | license beerzlib |
---|
13 | |
---|
14 | homepage https://github.com/ruediger/libbert |
---|
15 | description LibBERT is a BERT (Binary ERlang Term) library for C++ and C. |
---|
16 | long_description BERT is a format for encoding binary data. You can think of it as JSON \ |
---|
17 | for binary formats. BERT is based on Erlang’s External Format. \ |
---|
18 | bert.h is the C API (you need to link -lbert_capi!). \ |
---|
19 | bert.hpp is the C++ API (header only). |
---|
20 | |
---|
21 | fetch.type git |
---|
22 | git.branch c552c0644301f8069b63b7d122b76fe8d0317d46 |
---|
23 | |
---|
24 | depends_lib port:boost |
---|
25 | |
---|
26 | depends_build port:cmake |
---|
27 | |
---|
28 | configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} |
---|