ports/devel/capnproto/Makefile
Daniel Engberg 9a7a3c2767 devel/capnproto: Update to 1.0.2
Upstream doesn't provide a changelog,
https://capnproto.org/news/2023-07-28-capnproto-1.0.html

PR:		276617
Reviewed by:	Felix Hanley <felix@userspace.com.au> (maintainer)
2024-01-27 10:24:56 +01:00

26 lines
545 B
Makefile

PORTNAME= capnproto
DISTVERSION= 1.0.2
CATEGORIES= devel
MASTER_SITES= https://capnproto.org/
DISTNAME= ${PORTNAME}-c++-${DISTVERSION}
MAINTAINER= felix@userspace.com.au
COMMENT= Serialization/RPC system
WWW= https://capnproto.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake:testing compiler:c++14-lang cpe pathfix ssl
USE_LDCONFIG= yes
CONFLICTS_INSTALL= capnproto080
CMAKE_TESTING_ON= BUILD_TESTING
PLIST_SUB= DISTVERSION="${DISTVERSION}"
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING
.include <bsd.port.mk>