aboutsummaryrefslogtreecommitdiffstats
path: root/devel/msgpuck/Makefile
blob: 39735f8bc4f1b3c621154703b0c756890f03ac95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>