freebsd-ports/devel/parallel-hashmap/Makefile
Yuri Victorovich 756028b55b devel/parallel-hashmap: Update 1.35 -> 1.36
Reported by:	portscout
2022-09-25 14:48:13 -07: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>