# -*- 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 1.4.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  25448c77f18a3df08ccf2730576bfc7f289471bb \
                    sha256  27a1414025914f13ed444a3a354ca6e5d8be20880d35e7d3202a1722957b5ceb \
                    size    35352

# Your GNU g++ is too old, need at least 9.4
# Undefined symbols: "__ZN5Catch29formatReconstructedExpressionERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_9StringRefES8_"
compiler.cxx_standard \
                    2017
