ports/devel/msgpuck/Makefile
Sunpoet Po-Chuan Hsieh f3dbcc0a9f Update to 2.0
- Update COMMENT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/tarantool/msgpuck/commits/master
2018-03-01 13:34:49 +00:00

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>