mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
23 lines
396 B
Makefile
23 lines
396 B
Makefile
PORTNAME= msgpuck
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= balaev@tarantool.org
|
|
COMMENT= Lightweight MessagePack library
|
|
WWW= https://github.com/tarantool/msgpuck
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c11 cpe
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= tarantool
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tarantool
|
|
GH_TAGNAME= e3af562
|
|
|
|
.include <bsd.port.mk>
|