opnsense-ports/devel/parallel-hashmap/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

23 lines
473 B
Makefile

PORTNAME= parallel-hashmap
DISTVERSION= 1.36
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Set of excellent hash map implementations (a C++ header-only library)
WWW= https://github.com/greg7mdp/parallel-hashmap
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing
USE_GITHUB= yes
GH_ACCOUNT= greg7mdp
CMAKE_OFF= PHMAP_BUILD_TESTS PHMAP_BUILD_EXAMPLES
CMAKE_TESTING_ON= PHMAP_BUILD_TESTS
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>