22 lines
352 B
Makefile
22 lines
352 B
Makefile
PORTNAME= msgpuck
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.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= 06e6308
|
|
|
|
.include <bsd.port.mk>
|