COMMENT =		reliability layer for UDP-based network protocols

VERSION =		1.3.4
GH_ACCOUNT =		mas-bandwidth
GH_PROJECT =		reliable
GH_TAGNAME =		v${VERSION}

SHARED_LIBS +=		reliable 0.0 # 1.3

CATEGORIES =		net

HOMEPAGE =		https://github.com/mas-bandwidth/reliable

MAINTAINER =		Glenn Fiedler <glenn@mas-bandwidth.com>

# BSD 3-clause
PERMIT_PACKAGE =	Yes

MODULES =		devel/cmake

# executables named 'test' collide with the ctest utility target under ninja
USE_NINJA =		No

CONFIGURE_ARGS =	-DBUILD_SHARED_LIBS=ON \
			-DRELIABLE_BUILD_TESTS=ON


.include <bsd.port.mk>
