# -*- 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 boxed-cpp 1.4.3 v
revision            0
categories          devel
platforms           any
license             Apache-2
maintainers         nomaintainer
description         C++ primitive type boxing
long_description    {*}${description}
checksums           rmd160  f79726df17e10e908570fa03345d2047be172dff \
                    sha256  75afd9c1627846ed350253b0885a71207a0c2d52f350ded86daa5d18712bad93 \
                    size    14342
github.tarball_from archive
supported_archs     noarch

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

compiler.cxx_standard   2017

configure.args-append \
                    -DBOXED_TESTING=ON

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