# -*- 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.0.3 v
github.tarball_from archive
revision            0

categories          devel
platforms           any
supported_archs     noarch
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

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

installs_libs       no

checksums           rmd160  17468d9324874537ab7e9cf202e4891ec0cb1708 \
                    sha256  99043c1d586980d7597d0ff181c386de6236723e602e0d268afdc5e725b7fe71 \
                    size    47505

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

compiler.cxx_standard 2020

configure.args-append \
                    -DCPM_LOCAL_PACKAGES_ONLY=ON
