# -*- 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        Taywee args 6.4.6
revision            0
categories          devel
platforms           any
license             MIT
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Simple header-only C++ argument parser library
long_description    {*}${description}. Supposed to be flexible and powerful, \
                    and attempts to be compatible with the functionality \
                    of the Python standard argparse library.
checksums           rmd160  c4dc15a9ec844d376b3bc856b771d927aad3b4c9 \
                    sha256  41ed136bf9b216bf5f18b1de2a8d22a870381657e8427d6621918520b6e2239c \
                    size    203042
github.tarball_from archive
supported_archs     noarch

compiler.cxx_standard   2011

configure.args-append \
                    -DARGS_BUILD_EXAMPLE=OFF \
                    -DARGS_BUILD_UNITTESTS=OFF \
                    -DARGS_MAIN_PROJECT=ON
