forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfile
28 lines (24 loc) · 1.13 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- 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