# -*- 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

PortSystem          1.0

name                mpfrcx
version             0.6.3
categories          math
license             LGPL-3
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Arbitrary precision library for arithmetic of univariate polynomials
long_description    {*}${description}
homepage            https://www.multiprecision.org/mpfrcx/home.html
master_sites        https://www.multiprecision.org/downloads/
checksums           rmd160  3414e6d2d79b4ab450207b6d7d3aada4c587eb97 \
                    sha256  9da9b3614c0a3e00e6ed2b82fc935d1c838d97074dc59cb388f8fafbe3db8594 \
                    size    687823

depends_build-append \
                    port:libtool
depends_lib-append  port:gmp \
                    port:libmpc \
                    port:mpfr

test.run            yes
test.target         check
