blob: 409e9400e005880f0e053304a121d5febe0b9b6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= pyhashxx
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python wrapper for xxHash algorithm
WWW= https://github.com/ewencp/pyhashxx
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|