# -*- 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        contour-terminal reflection-cpp 0.4.0 v
revision            0
categories          devel
platforms           any
license             Apache-2
maintainers         nomaintainer
description         C++ static reflection support library
long_description    {*}${description}
checksums           rmd160  2bb6b221a6988c3056fa275024c4171835ff2d35 \
                    sha256  898e0d653860f996b0b4881d3715a4d236a25e3e82548426c6079ed5192fea08 \
                    size    20562
github.tarball_from archive
supported_archs     noarch

# Only needed if building with tests enabled:
depends_build-append \
                    port:catch2

compiler.cxx_standard   2020

configure.args-append \
                    -DREFLECTION_TESTING=ON

# 100% tests passed, 0 tests failed out of 1
test.run            yes
