aboutsummaryrefslogtreecommitdiff
path: root/devel/msgpuck/Makefile
blob: 6384207604193ffeba0f869660f8972cf304ab18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	msgpuck
PORTVERSION=	2.0
PORTREVISION=	5
CATEGORIES=	devel

MAINTAINER=	balaev@tarantool.org
COMMENT=	Lightweight MessagePack library

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=	0c6680a

.include <bsd.port.mk>