SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
net/cppzmq/Makefile
Normal file
22
net/cppzmq/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = C++ bindings for ZeroMQ
|
||||
|
||||
GH_ACCOUNT = zeromq
|
||||
GH_PROJECT = cppzmq
|
||||
GH_TAGNAME = v4.8.1
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://zeromq.org/topics:cppzmq
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
BUILD_DEPENDS = net/zeromq
|
||||
|
||||
CONFIGURE_ARGS += -DCPPZMQ_BUILD_TESTS:Bool=No
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/cppzmq/distinfo
Normal file
2
net/cppzmq/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cppzmq-4.8.1.tar.gz) = eiNjmkXzoASeEaGI4pqu3RCy9IRfAADPPiLWd0694K8=
|
||||
SIZE (cppzmq-4.8.1.tar.gz) = 46316
|
1
net/cppzmq/pkg/DESCR
Normal file
1
net/cppzmq/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
C++ bindings for ZeroMQ.
|
9
net/cppzmq/pkg/PLIST
Normal file
9
net/cppzmq/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
include/zmq.hpp
|
||||
include/zmq_addon.hpp
|
||||
share/cmake/
|
||||
share/cmake/cppzmq/
|
||||
share/cmake/cppzmq/cppzmqConfig.cmake
|
||||
share/cmake/cppzmq/cppzmqConfigVersion.cmake
|
||||
share/cmake/cppzmq/cppzmqTargets.cmake
|
||||
share/cmake/cppzmq/libzmq-pkg-config/
|
||||
share/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake
|
Loading…
Add table
Add a link
Reference in a new issue