mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4b6affc580
PR: 227829 Submitted by: Kai <freebsd_ports@k-worx.org>
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= random2
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd_ports@k-worx.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>
|