# -*- 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: Portfile 119094 2014-04-17 02:16:04Z ryandesign@macports.org $

PortSystem          1.0

name                QuantLib
version             1.4
categories          finance
platforms           darwin
maintainers         ryandesign openmaintainer
license             BSD

description         software framework for quantitative finance

long_description    The QuantLib project is aimed at providing a \
                    comprehensive software framework for quantitative \
                    finance. QuantLib is a library for modeling, trading, \
                    and risk management in real-life.

homepage            http://quantlib.org/
master_sites        sourceforge:project/quantlib/QuantLib/${version}

checksums           rmd160  2b36c39185ac076bb74a5767cc5607096db82cfc \
                    sha256  6814ef8fbff18beb3c5f8fe40da88af0b46b04622fc17d1d6d9780fa085bc1f7

depends_lib         port:boost

configure.args      --with-boost-include=${prefix}/include \
                    --with-boost-lib=${prefix}/lib

livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
