mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
0f09b41986
Submitted by: aleksandr.fedorov@itglobal.com
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rpclib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= aleksandr.fedorov@itglobal.com
|
|
COMMENT= Modern C++ msgpack-RPC server and client library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|