Ticket #11284: Portfile.diff
File Portfile.diff, 1.2 KB (added by beatrupp (Beat Rupp), 18 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python24 1.0 5 5 6 6 name py-biopython 7 version 1.4 17 version 1.42 8 8 categories python science 9 maintainers mww@ opendarwin.org9 maintainers mww@macports.org 10 10 platforms darwin 11 11 description python tools for computational molecular biology 12 12 long_description python tools for computational molecular biology: \ … … 14 14 tools for performing common operations on sequences, etc. 15 15 16 16 homepage http://www.biopython.org/ 17 master_sites ${homepage}/DIST17 master_sites ${homepage}/DIST 18 18 distname biopython-${version} 19 checksums md5 03f8efc258fb49b07d1a2b642fa8362e19 checksums md5 6d9bf58d0fcfa5a3b2053ad419069ff3 20 20 21 21 depends_lib-append port:py-numeric \ 22 22 port:py-mx \ 23 port:py-reportlab 23 port:py-reportlab \ 24 port:flex 24 25 25 26 test.run no 26 27 test.cmd ${build.cmd} … … 29 30 post-destroot { 30 31 file delete -force ${destroot}${prefix}/share/doc/${name} 31 32 file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name} 32 xinstall -m 644 -W ${worksrcpath} CONTRIB LICENSE NEWS README \33 xinstall -m 644 -W ${worksrcpath} CONTRIB DEPRECATED LICENSE NEWS README \ 33 34 ${destroot}${prefix}/share/doc/${name} 34 35 }