freebsd-ports/math/py-random2/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
327 B
Makefile

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