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

github.setup        mhekkel libmcfp 2.1.1 v
github.tarball_from archive
revision            0

categories          devel
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

description         A header only library that can collect configuration options from command line arguments
long_description    {*}${description}

checksums           rmd160  f7a0cdf059ea59e5020b9749be715515302b64a6 \
                    sha256  2edf570b25772a14395b7efc8c354e012b0b2c45d1cb00471cf2a5cad796fd45 \
                    size    49252

depends_build-append \
                    port:fast-float \
                    port:catch2

compiler.cxx_standard 2020

configure.args-append \
                    -DCPM_LOCAL_PACKAGES_ONLY=ON
