# $Id$

PortSystem 1.0
PortGroup python24 1.0

name			py-probstat
version			0.912
revision		1
categories		python math
platforms		darwin
maintainers		nomaintainer
description		Probability And Statistics for python
long_description	python module for doing fast Permutations, \
				Combinations, Cartesian product and Priority Queue.

homepage		http://probstat.sourceforge.net/
master_sites	sourceforge:probstat
distfiles		probstat_${version}.tgz
checksums		md5 7377fbd7a1c6a968dc1e7258acbac6d6

worksrcdir		probstat_${version}

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CHANGES COPYING CREDITS HACKING \
		README ${destroot}${prefix}/share/doc/${name}
}