forked from Lainports/opnsense-ports
19 lines
288 B
Makefile
19 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msgpuck
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lightweight MessagePack library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tarantool
|
|
|
|
.include <bsd.port.mk>
|