Files
ports/databases/iowow/Makefile
T
2026-05-31 14:03:06 +02:00

31 lines
626 B
Makefile

PORTNAME= iowow
PORTVERSION= 1.4.18
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= danfe@FreeBSD.org
COMMENT= Persistent key-value database engine
WWW= https://iowow.softmotions.com/
LICENSE= MIT
USES= cmake compiler:c11 cpe
USE_GITHUB= yes
GH_ACCOUNT= Softmotions
USE_LDCONFIG= yes
PLIST_SUB+= VERSION=${PORTVERSION}
PORTDOCS= Changelog README
OPTIONS_DEFINE= DOCS TEST
TEST_BUILD_DEPENDS= ${LOCALBASE}/include/CUnit/Basic.h:devel/cunit
TEST_CMAKE_ON= -DBUILD_TESTS:BOOL=ON
CPE_VENDOR= ${GH_ACCOUNT}
do-test-TEST-on:
@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS}
.include <bsd.port.mk>