# -*- 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.1 PortGroup github 1.0 github.setup zeromq cppzmq 4.9.0 v revision 0 # bump the epoch because I moved the version from 20170720 to 4.2.2 epoch 1 name cppzmq maintainers {michaelld @michaelld} openmaintainer platforms darwin categories devel sysutils net license Permissive description High-level C++ Binding for 0MQ long_description {*}${description} checksums rmd160 eda1b40656d3da32d66c46e8ba6cf140ef5adb69 \ sha256 e4b5c03deaba97d869c70a6d7dec465003766f9f62f9445fe930a1ca72ab63c8 \ size 46950 depends_build-append port:pkgconfig depends_lib-append path:lib/libzmq.dylib:zmq # use C++11 to get a compiler new enough to handle # "__attribute__((deprecated()))". This is used just in testing, # since all this port installs is a header. But, this setting # allows the port to "build" and do testing on older OSs where the # default compiler isn't modern enough. compiler.cxx_standard 2011 # disable building tests by default configure.args-append \ -DCPPZMQ_BUILD_TESTS=NO