# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-pedal
version			2.0.0a7
categories		python
platforms		darwin
maintainers		nomaintainer
description		python module for pedigree analysis
long_description	PyPedal is a Python language application for pedigree \
				analysis.

homepage		http://pypedal.sourceforge.net/
master_sites	sourceforge:pypedal
distname		PyPedal-${version}
checksums		md5 6a5ef43c090c883f7719b8e73444b663

depends_lib-append	port:py-numeric

post-destroot	{
	xinstall -m 644 -W ${worksrcpath}/PyPedal/doc/pypedal about.html \
		contents.html front.html genindex.html index.html \
		module-pypedal.html node1.html node10.html node11.html \
		node12.html node13.html node14.html node15.html node16.html \
		node17.html node18.html node19.html node20.html node21.html \
		node22.html node23.html node24.html node25.html node26.html \
		node27.html node28.html node3.html node4.html node7.html \
		node8.html node9.html pypedal.html \
		${destroot}${prefix}/share/doc/${name}
}
