7823fa4b7e
Sponsored by: Absolight
18 lines
283 B
Makefile
18 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msgpuck
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= MsgPack binary serialization library in a self-contained header
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tarantool
|
|
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|