Ticket #12387: Portfile

File Portfile, 904 bytes (added by mdroe@…, 17 years ago)
Line 
1# $Id: Portfile 27350 2007-07-30 16:48:42Z erickt@macports.org $
2
3PortSystem 1.0
4PortGroup  python25 1.0
5
6name                    py25-numpy
7version                 1.0.3
8revision                1
9categories              python
10platforms               darwin
11maintainers             erickt@macports.org
12description             The core utilities for the scientific library scipy for Python
13long_description        ${description}
14
15homepage                http://numeric.scipy.org/
16master_sites            sourceforge:numpy
17distname                numpy-${version}
18
19checksums               md5 9786f33f1e153163ab81c333dcd57f51 \
20                        sha1 1a4cf488e0549c9fda1300301ed2961f19742c8b \
21                        rmd160 845e34d2d17c4dbb9cd239ab848493e3c0abd982
22
23patchfiles              g95.patch
24
25depends_lib             port:g95 \
26                        lib:fftw:fftw-3 \
27                        port:py25-hashlib