# -*- 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 2d1330ff1f35db62748a06e4fe14863031a46d35 version 2021.11.26 revision 0 categories-append math license BSD maintainers {@barracuda156 gmail.com:vital.had} 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 192e87b93951d093a4dd91fb45927d57b47077d1 \ sha256 fdc993886da1f5b057cf7326aed9b3e39da3642acd6a4b8bbf3525c87a5de1e9 \ size 78949 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