# -*- 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.6.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  d9e799ede70d29b1379e9e5824e960045c8bbd1c \
                    sha256  c6ea6b2e5608b3ea8617999bd5f47420c71b2ebdb8dc4767c1034d1da5785711 \
                    size    1381808
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
}
