Ticket #18410: Portfile

File Portfile, 839 bytes (added by cedstrom@…, 15 years ago)

ta-lib portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                ta-lib
6version             0.4.0
7categories          finance
8maintainers         cedstrom@gmail.com
9description         TA-Lib is a financial technical analysis library.
10long_description    TA-Lib provides common functions for the technical analysis of financial market data, including more than 150 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands and more.
11homepage            http://ta-lib.org
12platforms           darwin
13master_sites        sourceforge
14distname            ${name}-${version}-src
15worksrcdir          ta-lib
16
17checksums           md5 308e53b9644213fc29262f36b9d3d9b9 \
18                    sha1 b326b91e79ca1e569e95aad91e87a38640dd5f1b \
19                    rmd160 9da16be4b8c856ff59c7b0fcbc3fdae412a9dfb3
20
21configure.args      --mandir=${prefix}/share/man