# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        CLIUtils CLI11 2.7.2 v
revision            0
categories          devel
license             BSD
platforms           any
supported_archs     noarch
maintainers         {l2dy @l2dy} openmaintainer
description         Command-line parser for C++11
long_description    CLI11 is a command-line parser for C++11 and beyond that \
                    provides a rich feature set with a simple and intuitive interface.

checksums           rmd160  c6ce994f5a70192badfa30510a63b060ec072b50 \
                    sha256  46eef3101da70852ec7af026e09d485ccee81813331c8c6052d39344443b83da \
                    size    1446996
github.tarball_from archive

configure.args-append \
                    -DCLI11_BUILD_TESTS=OFF \
                    -DCLI11_BUILD_EXAMPLES=OFF

compiler.cxx_standard 2011

variant tests description "Support testing" {
    configure.args-replace \
                    -DCLI11_BUILD_TESTS=OFF -DCLI11_BUILD_TESTS=ON
    test.run        yes
}
