Files
uaa d5b0ac539c initial import
ok bentley@
2025-09-22 21:36:19 +00:00

22 lines
421 B
Makefile

COMMENT = MessagePack implementation for C++
V = 7.0.0
DISTNAME = msgpack-cxx-${V}
PKGNAME = msgpack-cxx-${V}
CATEGORIES = devel
HOMEPAGE = https://msgpack.org/
SITES = https://github.com/msgpack/msgpack-c/releases/download/cpp-${V}/
# Boost license
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
BUILD_DEPENDS = devel/boost
RUN_DEPENDS = devel/boost
.include <bsd.port.mk>