6a4a5116bf
Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050
18 lines
322 B
Makefile
18 lines
322 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 zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|