# -*- 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.4 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  54e73fdc53e7721556a91d891243118d44877c0b \
                    sha256  bd954fb203af7d0b698c000e8c55b36e0812fa9899a16b640c24e087e8aec679 \
                    size    47270

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

compiler.cxx_standard 2020

configure.args-append \
                    -DCPM_LOCAL_PACKAGES_ONLY=ON
