freebsd-ports/devel/rpclib/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
316 B
Makefile

PORTNAME= rpclib
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
PORTREVISION= 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>