COMMENT =	TOML config parser and serializer for C++

V =		3.4.0
DISTNAME =	tomlplusplus-${V}

GH_ACCOUNT =	marzer
GH_PROJECT =	tomlplusplus
GH_TAGNAME =	v${V}

CATEGORIES =	devel

SHARED_LIBS +=	tomlplusplus		0.0 # 3.4.0

MAINTAINER =	SASANO Takayoshi <uaa@openbsd.org>

# MIT
PERMIT_PACKAGE =	Yes

# C++26
COMPILER =		base-clang

MODULES =		devel/meson

WANTLIB +=		c++ c++abi m

BUILD_DEPENDS =		devel/cmake/core

.include <bsd.port.mk>
