# -*- 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        onqtam doctest 2.5.2 v
github.tarball_from archive
revision            0

categories          devel
license             MIT
platforms           any
supported_archs     noarch
maintainers         {linux.com:nickblack @dankamongmen} openmaintainer

description         Fast header-only C++ unit testing
long_description    doctest is a light and feature-rich C++98 / C++11 \
                    single-header testing framework for unit tests and TDD.

checksums           rmd160  583fec0800e6d9b7a36902699b92ba59ea62ccbe \
                    sha256  9189960c2bbbc4f3382ce0773b2bb5f13e3afd8fed47f55f193e11e85a4f9854 \
                    size    2243945

compiler.cxx_standard   2011
compiler.thread_local_storage yes

# a few test fail becase it is looking for a .dylib in the MacPorts prefix, but it is
# only present in the examples directory (the port install no libs)
test.run            yes
