# -*- 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

name                fortran-csv-module
github.setup        jacobwilliams csv-fortran 3.0.0
revision            1
categories-append   textproc
license             BSD
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Modern Fortran library for reading and writing CSV \
                    (comma-separated value) files
long_description    {*}${description}
checksums           rmd160  3b83d4a40994a936032efab76633a5a3dd5a91f5 \
                    sha256  9c1fb9154c7f6889d9ad33455e18fdbdcf197cfa44ea23380295f18628c5ab2d \
                    size    48428
github.tarball_from archive

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

test.run            yes
