freebsd-ports/math/py-probstat/Makefile
Antoine Brodin de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00

24 lines
526 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= probstat
PORTVERSION= 0.912
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Probability And Statistics Utils for Python
DEPRECATED= Unmaintained, uses EOLed python27
EXPIRATION_DATE= 2020-01-27
USES= python:2.7 tar:tgz
USE_PYTHON= distutils autoplist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/probstat.so
.include <bsd.port.mk>