opnsense-ports/math/py-random2/Makefile
Franco Fichtner 4ae8682170 */*: sync with upstream
Taken from: HardenedBSD
2018-04-28 23:11:06 +02:00

18 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>