# $Id: Portfile,v 1.9 2005/04/21 15:58:10 jberry Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-biopython version 1.30 revision 1 categories python science maintainers mww@opendarwin.org platforms darwin description python tools for computational molecular biology long_description python tools for computational molecular biology: \ parsers for various file formats, interfaces for programs, \ tools for performing common operations on sequences, etc. homepage http://www.biopython.org/ master_sites ${homepage}/files distname biopython-${version} checksums md5 d8df866a40be20962b8ef52baa5376c1 patchfiles patch-Bio_triemodule.c depends_lib-append port:py-numeric \ port:py-mx \ port:py-reportlab test.run no test.cmd ${build.cmd} test.target test post-destroot { file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CONTRIB LICENSE NEWS README \ ${destroot}${prefix}/share/doc/${name} }