# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                ta-lib
version             0.4.0
license             BSD
categories          finance
maintainers         nomaintainer
description         TA-Lib is a financial technical analysis library.
long_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.
homepage            http://ta-lib.org
platforms           darwin
master_sites        sourceforge
distname            ${name}-${version}-src
worksrcdir          ta-lib

checksums           md5 308e53b9644213fc29262f36b9d3d9b9 \
                    sha1 b326b91e79ca1e569e95aad91e87a38640dd5f1b \
                    rmd160 9da16be4b8c856ff59c7b0fcbc3fdae412a9dfb3

configure.args      --mandir=${prefix}/share/man
use_parallel_build  no