# -*- 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
PortGroup           fortran 1.0

github.setup        jacobwilliams carlson-elliptic-integrals 1.0.0
revision            0
categories-append   math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Carlson symmetric forms of elliptic integrals
long_description    This is a modern Fortran implementation of the Carlson symmetric forms \
                    of elliptic integrals code from the SLATEC library. It has been extensively refactored.
checksums           rmd160  b5b69698c3a8e5298e498416a95cbaa170658d39 \
                    sha256  fa65c353e658b06ff6898e96e25ce518ca0568caa39d832551a21143902c3835 \
                    size    86527

post-destroot {
    set docdir ${prefix}/share/doc/${name}
    xinstall -d ${destroot}${docdir}
    xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
}

test.run            yes
