# $Id: Portfile 127316 2014-10-25 04:45:03Z larryv@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-pedal version 2.0.0a7 license LGPL platforms darwin supported_archs noarch 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 python.versions 27 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-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/${subport} } }