freebsd-ports/devel/py-pyhashxx/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

16 lines
335 B
Makefile

PORTNAME= pyhashxx
PORTVERSION= 0.1.3
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:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>