1PORTNAME= random2 2DISTVERSION= 1.0.1 3CATEGORIES= math python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Python 3 compatible Python 2 random module 9 10LICENSE= python 11 12USES= python zip 13USE_PYTHON= distutils autoplist 14NO_ARCH= yes 15 16.include <bsd.port.mk> 17