# -*- 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.1 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  1d470bf45e3cc29edf9a13dff6705a4949971890 \
                    sha256  bf09e0ac20767e0f37abfe5723545c8890b9adffe0fd80b1a818edc70b490ac2 \
                    size    45824

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

compiler.cxx_standard 2020

configure.args-append \
                    -DCPM_LOCAL_PACKAGES_ONLY=ON
