freebsd-ports/devel/py-jitterentropy/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

17 lines
388 B
Makefile

PORTNAME= jitterentropy
PORTVERSION= 0.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Use libjitterentropy to get random bytes
WWW= https://github.com/swills/py-jitterentropy
LIB_DEPENDS= libjitterentropy.so:devel/libjitterentropy
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>