96bd01434a
- Bump PORTREVISION for package change
23 lines
338 B
Makefile
23 lines
338 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msgpuck
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lightweight MessagePack library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c11
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tarantool
|
|
GH_TAGNAME= 06e6308
|
|
|
|
.include <bsd.port.mk>
|