# -*- 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.5 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  c81a3fe915249d0d021b794674be59ab32ea61f6 \
                    sha256  a71fbb931d512707f0b271d358fbd8a97859fa9f0ed0c4eb83bced10adef5352 \
                    size    49011

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

compiler.cxx_standard 2020

configure.args-append \
                    -DCPM_LOCAL_PACKAGES_ONLY=ON
