Ticket #33120: Portfile

File Portfile, 1.0 KB (added by mail@…, 12 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        ruediger libbert 0.0.1 libbert-
8revision            1
9categories          devel
10platforms           darwin
11maintainers         uwe-arzt.de:mail openmaintainer
12license             beerzlib
13
14homepage            https://github.com/ruediger/libbert
15description         LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
16long_description    BERT is a format for encoding binary data. You can think of it as JSON \
17                    for binary formats. BERT is based on Erlangs 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
21fetch.type          git
22git.branch          c552c0644301f8069b63b7d122b76fe8d0317d46
23
24depends_lib         port:boost
25
26depends_build       port:cmake
27
28configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}