# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-probstat
version			0.912
revision		1
categories-append	math
license			GPL-2+
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
distname		probstat_${version}
extract.suffix	.tgz
checksums		md5 7377fbd7a1c6a968dc1e7258acbac6d6

python.versions	24

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