COMMENT =		header-only bitpacking serializer for C++

VERSION =		1.4.3
GH_ACCOUNT =		mas-bandwidth
GH_PROJECT =		serialize
GH_TAGNAME =		v${VERSION}

CATEGORIES =		devel

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

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

# BSD 3-clause
PERMIT_PACKAGE =	Yes

# header-only library
PKG_ARCH =		*

MODULES =		devel/cmake

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

CONFIGURE_ARGS =	-DSERIALIZE_BUILD_TESTS=ON


.include <bsd.port.mk>
