7c02cf0f31
Reported by: fallout
23 lines
524 B
Makefile
23 lines
524 B
Makefile
PORTNAME= libcds
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.3.3-102
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -g9985d2a8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ library of Concurrent Data Structures
|
|
WWW= https://github.com/khizmax/libcds
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c++11-lang
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= khizmax
|
|
|
|
CMAKE_TESTING_ON= LIBCDS_WITH_TESTS # tests fail to compile, see https://github.com/khizmax/libcds/issues/173
|
|
|
|
.include <bsd.port.mk>
|