freebsd-ports/devel/msgpack/Makefile
Adam Weinberger 890f555f3d Update to 3.0.1 and take maintainership
The license has changed from Apache 2.0 to Boost Software License.

I'm taking maintainership as this port has been outdated for two
years with no maintainer input.

PR:		228217
Approved by:	maintainer timeout (2 weeks)
2018-05-27 14:37:19 +00:00

28 lines
528 B
Makefile

# $FreeBSD$
PORTNAME= msgpack
PORTVERSION= 3.0.1
DISTVERSIONPREFIX= cpp-
CATEGORIES= devel
MAINTAINER= adamw@FreeBSD.org
COMMENT= Efficient binary serialization, like JSON but smaller and faster
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake pathfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_PROJECT= msgpack-c
.include <bsd.port.options.mk>
.if ${ARCH} == "sparc64"
# required for __sync _* atomic operations on sparc
USE_GCC= yes
.endif
.include <bsd.port.mk>