freebsd-ports/devel/xxhash/Makefile
Sunpoet Po-Chuan Hsieh f069eb24fe Update to 0.7.0
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/Cyan4973/xxHash/releases
2019-03-16 23:22:48 +00:00

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>