blob: 2f1332784b6fab6c49aece16752feac081554679 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= pyhashxx
PORTVERSION= 0.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python wrapper for xxHash algorithm
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|