mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
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>
|