You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
281b029bd8
In preparation for changing the default.
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- 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 cmake 1.0
|
||
PortGroup github 1.0
|
||
PortGroup boost 1.0
|
||
|
||
github.setup ruediger libbert d813e7832552a3623fbdb40e7bdfff07cf5343b8
|
||
# Change github.tarball_from to 'releases' or 'archive' next update
|
||
github.tarball_from tarball
|
||
version 20131017
|
||
revision 3
|
||
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 12d837320d49bac972a62cbd102718cb4cb46e0d \
|
||
sha256 01a1e83db33a6ecdc07f260910eda8b1a9faa3dddd822fdbe479530b639696b8
|
||
|
||
cmake.out_of_source yes
|