- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/Cyan4973/xxHash/releases
22 lines
345 B
Makefile
22 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xxhash
|
|
PORTVERSION= 0.7.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extremely fast non-cryptographic hash algorithm
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Cyan4973
|
|
GH_PROJECT= xxHash
|
|
|
|
.include <bsd.port.mk>
|