# -*- 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        muellan clipp 2c32b2f1f7cc530b1ec1f62c92f698643bb368db
version             1.2.3
revision            1
categories          devel
platforms           any
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Command-line interfaces for modern C++
long_description    Easy to use, powerful and expressive command line argument handling for C++11/14/17 \
                    contained in a single header file.
checksums           rmd160  0061777cc62172507288930882a6dc760a5a2fdf \
                    sha256  1795683ddb00e7d3be62158960ad1d4be3c301d9417aefe390ef2ddfd22dfe1e \
                    size    129628
github.tarball_from archive
supported_archs     noarch

configure.args-append   -DBUILD_TESTING=OFF

compiler.cxx_standard   2011

# https://github.com/freebsd/freebsd-ports/commit/e0f09a5cba350e153e96e585c720d2980d05aa8c
patchfiles-append    patch-include-clipp.h
