Files
2022-10-26 22:07:22 +11:00

31 lines
967 B
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 github 1.0
PortGroup cmake 1.1
github.setup skystrife cpptoml 0.1.1 v
revision 1
categories devel
license MIT
maintainers nomaintainer
description A header-only library for parsing TOML configuration files.
long_description {*}${description}
github.tarball_from archive
supported_archs noarch
platforms any
checksums rmd160 8471ec7641bccc67299cef3ddcf1b5f113fd6dbe \
sha256 23af72468cfd4040984d46a0dd2a609538579c78ddc429d6b8fd7a10a6e24403 \
size 47398
depends_build-append \
path:bin/doxygen:doxygen
configure.args-append \
-DENABLE_LIBCXX:BOOL=OFF \
-DCPPTOML_BUILD_EXAMPLES:BOOL=OFF