# -*- 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 pikaia 2.0.0
revision            0
categories-append   math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Modern Fortran edition of the Pikaia genetic algorithm
long_description    {*}${description}
checksums           rmd160  5ed0a14a5d67c8255fa9955609766871916f86df \
                    sha256  ea233bdef5aeeeac2a4df62bdc79f2804a9f1051e8ab7ac20c40d65174d9e2a5 \
                    size    323022

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
