aboutsummaryrefslogtreecommitdiffstats
path: root/devel/unordered-dense/Makefile
blob: 4cc7be2824d505a0de77c31d5c89f7cc0498ffef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	unordered-dense
DISTVERSIONPREFIX=	v
DISTVERSION=	4.5.0
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Fast & densely stored hashmap and hashset
WWW=		https://github.com/martinus/unordered_dense

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake compiler:c++17-lang

USE_GITHUB=	yes
GH_ACCOUNT=	martinus
GH_PROJECT=	${PORTNAME:S/-/_/}

PLIST_FILES=	include/ankerl/unordered_dense.h \
		lib/cmake/unordered_dense/unordered_denseConfig.cmake \
		lib/cmake/unordered_dense/unordered_denseConfigVersion.cmake \
		lib/cmake/unordered_dense/unordered_denseTargets.cmake

NO_ARCH=	yes

.include <bsd.port.mk>