# -*- 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 fortran-mach 0.1.0
revision            0
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Modern Fortran machine constants module
long_description    {*}${description}
checksums           rmd160  abe92056c79162c795d604fc0aaa9cba4db90c9b \
                    sha256  eba7a002ebd65411cd0f5e12df3171fd6d5817d471e7190489ff025fb3b8c67c \
                    size    5794

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
