# -*- 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 daglib 68fa83ebfd33fd6521327918b1d8e5084250a8ff
version             2025.03.17
revision            1
categories-append   math
license             BSD
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Directed acyclic graphs with modern Fortran
long_description    DAGLIB is a modern Fortran module for creating and manipulating \
                    directed acyclic graphs (DAGs). It includes a toposort feature, \
                    and also the ability to generate files in the GraphViz dot notation.
checksums           rmd160  873c4f1b3f243ca9a359bfe534820fde886dc055 \
                    sha256  914c562ceb1ae8bad0487aecb437d8c5181159faa02af061a2eb7c69484113a6 \
                    size    85336
github.tarball_from archive

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
