# -*- 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           github 1.0
PortGroup           cmake 1.1

github.setup        zeromq zmqpp 4.2.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          devel net
license             MPL-2
maintainers         {@ierofant gmail.com:aw.kornilov} openmaintainer

description         0mq 'highlevel' C++ bindings
long_description    This C++ binding for 0mq/zmq is a 'high-level' library \
                    that hides most of the c-style interface core 0mq provides. \
                    It consists of a number of header and source files all residing in the zmq directory, \
                    these files are provided under the MPLv2 license (see LICENSE for details).

depends_lib-append  path:lib/libzmq.dylib:zmq

checksums           sha256  8b434842eb806e020f189a08f77a9d571df15ecfff596067af5d74abe5267cdc \
                    rmd160  4a1f05ea84a462fd9e079195bf36f6d995ce7aba \
                    size    102936

# cc1plus: error: unrecognized command line option "-std=c++11"
compiler.cxx_standard   2011
