Ticket #23469: Portfile.diff
File Portfile.diff, 1.1 KB (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 PortGroup python26 1.0 5 6 6 7 name py26-biopython 7 version 1.5 28 version 1.53 8 9 categories python science 9 10 maintainers mmoll openmaintainer 10 11 platforms darwin … … 16 17 homepage http://www.biopython.org/ 17 18 master_sites ${homepage}/DIST 18 19 distname biopython-${version} 19 checksums md5 87e31749d431ed8a2d4fa909a42a478f\20 sha1 6dd295164a4cc0ff886e61bf29c798887c37f50c\21 rmd160 fbb1c58d90b9c6743f48148fde7a4762e9ba203620 checksums md5 df1004ec64b9b593c0e690c14a20667a \ 21 sha1 182c71358396261d86f8534b4a24f5d33673f80e \ 22 rmd160 9f49df8031cf2d60f4a77624dd6c188fb5c63418 22 23 23 24 depends_lib-append port:py26-numpy \ 24 25 port:py26-reportlab