1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/msgpuck/Makefile
Mathieu Arnold 7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00

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>