blob: 184c75f46eabf7e9b619483144a2b808bfcb7a5c (
plain)
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= 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>
|