23 lines
397 B
Makefile
23 lines
397 B
Makefile
|
PORTNAME= libcuckoo
|
||
|
PORTVERSION= 0.3
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= arrowd@FreeBSD.org
|
||
|
COMMENT= Performant hash table implementation
|
||
|
|
||
|
LICENSE= APACHE20
|
||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||
|
|
||
|
USES= cmake
|
||
|
|
||
|
USE_GITHUB= yes
|
||
|
GH_ACCOUNT= efficient
|
||
|
GH_TAGNAME= v${PORTVERSION}
|
||
|
|
||
|
OPTIONS_DEFINE= TEST
|
||
|
|
||
|
TEST_CMAKE_BOOL= BUILD_TESTS BUILD_STRESS_TESTS BUILD_UNIT_TESTS
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include <bsd.port.mk>
|