diff --git a/devel/libcuckoo/Makefile b/devel/libcuckoo/Makefile index 34c702a6511c..2ace21ba32be 100644 --- a/devel/libcuckoo/Makefile +++ b/devel/libcuckoo/Makefile @@ -1,22 +1,24 @@ 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} +NO_ARCH= yes + OPTIONS_DEFINE= TEST TEST_CMAKE_BOOL= BUILD_TESTS BUILD_STRESS_TESTS BUILD_UNIT_TESTS TEST_TARGET= test .include