# -*- 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.3.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  70d1ab4b8fbfb63371e4d1587391a5b5292ffd0b \
                    sha256  6995aeb4514710b626dc34b2e8316457cf9243a4601a59c7b101426863c8e45e \
                    size    24061

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