mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
29 lines
1.1 KiB
Tcl
29 lines
1.1 KiB
Tcl
# -*- 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.7
|
|
revision 0
|
|
categories devel
|
|
platforms any
|
|
license MIT
|
|
maintainers nomaintainer
|
|
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 7c86599d7c7b0038287eb34465249f93e46401bb \
|
|
sha256 ae53d120609ecf44ff079b6992b4b54d6c25e9d647d06f46d9f68fe1476c0454 \
|
|
size 204007
|
|
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
|