mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7823fa4b7e
Sponsored by: Absolight
19 lines
283 B
Makefile
19 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>
|