blob: a835170494cb3bfe3c0ed1bb8688052b8c9392ff (
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
27
|
# $FreeBSD$
PORTNAME= xxhash
PORTVERSION= 0.6.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= rezny@FreeBSD.org
COMMENT= Extremely fast non-cryptographic hash algorithm
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= Cyan4973
GH_PROJECT= xxHash
USES= cmake:outsource
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/cmake_unofficial
PLIST_FILES= include/xxhash.h \
lib/libxxhash.so \
lib/libxxhash.so.0 \
lib/libxxhash.so.0.42.0
.include <bsd.port.mk>
|