Ticket #16838: Portfile

File Portfile, 802 bytes (added by stromnov (Andrey Stromnov), 16 years ago)

python/py25-hcluster/Portfile

Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python25 1.0
5
6name                    py25-hcluster
7version                 0.1.9
8categories-append       science
9maintainers             nomaintainer
10description             Python agglomerative clustering library.
11long_description        ${description}
12
13platforms               darwin
14
15homepage                http://code.google.com/p/scipy-cluster/
16master_sites            googlecode:scipy-cluster
17distname                hcluster-${version}
18
19checksums               md5 1d24fd81648c8b154bca37b2fa91a274 \
20                        sha1 4e51ff1527d719564f5bed8a9bf8abce6c1a96d7 \
21                        rmd160 52239821c62965a60fe32408db85747ec774b387
22
23depends_lib-append      port:py25-numpy \
24                        port:py25-setuptools