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

github.setup        mhekkel libmcfp 2.0.5 v
revision            0
categories          devel
# Note, this is NOT a noarch port, MacPorts is wrong.
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

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

checksums           rmd160  c81a3fe915249d0d021b794674be59ab32ea61f6 \
                    sha256  a71fbb931d512707f0b271d358fbd8a97859fa9f0ed0c4eb83bced10adef5352 \
                    size    49011
github.tarball_from archive

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

compiler.cxx_standard   2020

configure.args-append \
                    -DCPM_LOCAL_PACKAGES_ONLY=ON
