# -*- 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-csv-module 2.1.0 revision 0 categories-append textproc license BSD maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Modern Fortran library for reading and writing CSV \ (comma-separated value) files long_description {*}${description} checksums rmd160 dd28e817369f29982c02dac7c6f9fd0c2e7f234a \ sha256 83b3e7eb8ddc2cd22c58baefd0a396f3c33f55828f245422433ce3570b336e70 \ size 48190 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