openbsd-ports/math/py-probstat/Makefile
xsa e30d79085e Import py-probstat-0.912
probstat is a probability and statistics utilities module for Python.

It currently has objects that implement:

 * Permutations
 * Combinations
 * Cartesian product
 * Priority Queue

ok sturm@.
2004-02-08 16:39:39 +00:00

35 lines
718 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/02/08 16:39:39 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "probability and statistics utilities for Python"
DISTNAME= probstat_0.912
PKGNAME= py-${DISTNAME:S/_/-/}
CATEGORIES= math
HOMEPAGE= http://probstat.sourceforge.net/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=probstat/}
EXTRACT_SUFX= .tgz
MODULES= python
NO_REGRESS= Yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-probstat
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test/*.py ${EXAMPLESDIR}
.include <bsd.port.mk>