Ticket #33120: Portfile.3

File Portfile.3, 986 bytes (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-
8categories          devel
9platforms           darwin
10maintainers         uwe-arzt.de:mail openmaintainer
11license             beerzlib
12
13description         LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
14long_description    BERT is a format for encoding binary data. You can think of it as JSON \
15                    for binary formats. BERT is based on Erlangs External Format. \
16                    bert.h is the C API (you need to link -lbert_capi!). \
17                    bert.hpp is the C++ API (header only).
18
19fetch.type          git
20git.branch          c552c0644301f8069b63b7d122b76fe8d0317d46
21
22depends_lib         port:boost
23
24depends_build       port:cmake
25
26configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}