Ticket #40243: Portfile

File Portfile, 1.0 KB (added by neverpanic (Clemens Lang), 11 years ago)

WIP Portfile of capnproto

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               compiler_blacklist_versions 1.0
6
7name                    capnproto
8version                 0.2.1
9checksums               rmd160  17b7e1829a4a97a477ef176af482b23d7fdfde25 \
10                        sha256  01727ab4b599569045fedc5bec02ba5d94912787e38a9cd6535678ecfc55c292
11
12maintainers             cal openmaintainer
13platforms               darwin
14categories              devel
15
16homepage                http://capnproto.org/
17description             \
18    Capn Proto is an insanely fast data interchange format and \
19    capability-based RPC system. Think JSON, except binary. Or think Protocol \
20    Buffers, except faster.
21long_description        ${description}
22
23master_sites            ${homepage}
24distname                ${name}-c++-${version}
25
26compiler.blacklist-append \
27                        {clang <= 425.0.28} \
28                        *gcc*