opnsense-ports/math/py-random2/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

17 lines
343 B
Makefile

PORTNAME= random2
DISTVERSION= 1.0.1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Python 3 compatible Python 2 random module
WWW= https://pypi.org/project/random2/
LICENSE= PSFL
USES= python zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>