# -*- 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 CLIUtils CLI11 2.4.2 v categories devel license BSD platforms any supported_archs noarch maintainers {l2dy @l2dy} openmaintainer description a 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 1ff07574073d248898f5ce75496f45cd2320137a \ sha256 f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a \ size 343478 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 }