# -*- 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        FluidNumerics feq-parse d196662c9e8d9d7d99a9be27fe3d04bba483d479
version             2024.07.02
revision            1
categories-append   math
license             Apache-2
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         An equation parser class for modern Fortran
long_description    {*}${description}
checksums           rmd160  8666de4d270e8cbcb0db8c99ad44693197679c50 \
                    sha256  ce7cce176517d0cbb14851c6a365915ec47af1f780d30707724525e9165c2505 \
                    size    876852
github.tarball_from archive

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

test.run            yes
