2017-11-06 14:28:37 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2017/11/06 13:28:37 wiz Exp $
|
2011-04-06 15:01:30 +02:00
|
|
|
|
2017-08-06 21:19:33 +02:00
|
|
|
DISTNAME= msgpack-2.1.5
|
2017-09-04 17:58:05 +02:00
|
|
|
PKGREVISION= 1
|
2011-04-06 15:01:30 +02:00
|
|
|
CATEGORIES= devel
|
2017-07-16 23:01:06 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=msgpack/}
|
|
|
|
GITHUB_RELEASE= cpp-${PKGVERSION_NOREV}
|
|
|
|
GITHUB_PROJECT= msgpack-c
|
2011-04-06 15:01:30 +02:00
|
|
|
|
2015-03-15 17:47:19 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-11-06 14:28:37 +01:00
|
|
|
HOMEPAGE= https://msgpack.org/
|
2011-04-06 15:01:30 +02:00
|
|
|
COMMENT= Binary-based efficient object serialization library
|
2017-07-16 23:01:06 +02:00
|
|
|
LICENSE= boost-license
|
2011-04-06 15:01:30 +02:00
|
|
|
|
2017-07-16 23:01:06 +02:00
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_LANGUAGES= c c++
|
Update msgpack to 0.5.8.
2013-12-23 version 0.5.8:
* Move to the new github repository msgpack/msgpack-c
* Support the new deserialization specification
* fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
* Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
* Update of documents: #23, #18, #17
2014-01-23 10:34:03 +01:00
|
|
|
PKGCONFIG_OVERRIDE= msgpack.pc.in
|
2017-07-16 23:01:06 +02:00
|
|
|
TEST_TARGET= test
|
Update msgpack to 0.5.8.
2013-12-23 version 0.5.8:
* Move to the new github repository msgpack/msgpack-c
* Support the new deserialization specification
* fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
* Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
* Update of documents: #23, #18, #17
2014-01-23 10:34:03 +01:00
|
|
|
|
2017-07-16 23:01:06 +02:00
|
|
|
.include "../../devel/googletest/buildlink3.mk"
|
2017-08-23 11:38:13 +02:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2011-04-06 15:01:30 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|