# -*- 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           compilers 1.0
PortGroup           github 1.0

# PortGroup           fortran 1.0
# Alternative build system supported: via FPM

github.setup        wavebitscientific datetime-fortran 1.7.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                fortran-datetime
revision            0
categories          fortran
license             MIT
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Date and time manipulation for modern Fortran
long_description    {*}${description}. The fundamental time step is one millisecond.
checksums           rmd160  cc93fb2adec9b148c47ee5b3f3937a3ee5e3013c \
                    sha256  a8ac084b299738d04d5afe5d8534b004b29d6ab2d2b15582c73ddc2f3e427d7f \
                    size    27083

use_autoreconf      yes

depends_build-append \
                    port:pkgconfig

compilers.setup     require_fortran

test.run            yes
test.target         check
