# -*- 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.16
revision            0
categories          devel
platforms           any
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} 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  28b706b28b1a64d280f5132f5410caa823fe809e \
                    sha256  13fd2c21c4941672f02d67ac666fe6507fe2c2e0f17f95a0c2f17fddb4023000 \
                    size    82550
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
