ports/math/py-probstat/Makefile
Marcus von Appen 214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00

18 lines
363 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= probstat
PORTVERSION= 0.912
CATEGORIES= math python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Probability And Statistics Utils for Python
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>