ports/devel/msgpuck/Makefile
Pavel Balaev fe2749ee48 devel/msgpuck: Update to newer snapshot (e3af562)
Tarantool 2.11.1 depends on e3af562 changes.
2023-08-31 20:30:38 +03:00

23 lines
396 B
Makefile

PORTNAME= msgpuck
PORTVERSION= 2.0
PORTREVISION= 6
CATEGORIES= devel
MAINTAINER= balaev@tarantool.org
COMMENT= Lightweight MessagePack library
WWW= https://github.com/tarantool/msgpuck
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c11 cpe
USE_LDCONFIG= yes
CPE_VENDOR= tarantool
USE_GITHUB= yes
GH_ACCOUNT= tarantool
GH_TAGNAME= e3af562
.include <bsd.port.mk>