aboutsummaryrefslogtreecommitdiff
path: root/devel/robin-map/Makefile
blob: dec32348e1a032e3d4d61806029028cb73e72591 (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
PORTNAME=	robin-map
DISTVERSIONPREFIX=	v
DISTVERSION=	0.6.3
CATEGORIES=	devel

MAINTAINER=	FreeBSD@Shaneware.biz
COMMENT=	Fast hash map and hash set

LICENSE=	MIT

USE_GITHUB=	yes
GH_ACCOUNT=	Tessil

NO_BUILD=	yes

PLIST_FILES=	include/tsl/robin_growth_policy.h \
		include/tsl/robin_hash.h \
		include/tsl/robin_map.h \
		include/tsl/robin_set.h

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/include/tsl
	${INSTALL_DATA} ${WRKSRC}/include/tsl/* ${STAGEDIR}${PREFIX}/include/tsl/

.include <bsd.port.mk>