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

github.setup        szaghi FACE 1.1.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
categories          devel fortran
license             {BSD GPL-3 MIT}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Fortran Ansi Colors (and Styles) Environment
long_description    A KISS pure Fortran Library for easy colorize (and stylize) strings.
checksums           rmd160  62486ea050b873e01ecdb4c2cb3324266277ac53 \
                    sha256  9f0e635e3cb3d59d1af48ba5a4315b7611bc03f86c1506854f532ab92f9ba1db \
                    size    157794

compilers.choose    fc f90
compilers.setup     require_fortran

configure.args-append \
                    -DBUILD_TESTING=ON

test.run            yes
test.cmd            ctest
