# -*- 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.2 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  49e37a5c3d2db18e5a9ddff0021b4af05cdb38d8 \
                    sha256  dcdf3e81601081b2a9e2f2e1bb1ee2a8545190358d5d9bec9158ad70f5ca355e \
                    size    35123

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