# -*- 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.3 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  b5bae994d5e79c9540791f34286d89759d34748d \
                    sha256  174ebc4e769928959614789c5b4e9c3d0a0f81a62bb608756b127bfebfb21331 \
                    size    2245013

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
