6e5655da75
ChangeLog: https://github.com/doctest/doctest/releases/tag/v2.4.8 PR: 261328 Reported by: nickblack@linux.com (maintainer)
28 lines
636 B
Makefile
28 lines
636 B
Makefile
PORTNAME= doctest
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.4.8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= nickblack@linux.com
|
|
COMMENT= Header-only C++ unit-testing
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= compiler:c++17-lang cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= doctest
|
|
|
|
CMAKE_OFF= DOCTEST_WITH_TESTS DOCTEST_WITH_MAIN_IN_STATIC_LIB
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= include/doctest/doctest.h \
|
|
lib/cmake/doctest/doctest.cmake \
|
|
lib/cmake/doctest/doctestAddTests.cmake \
|
|
lib/cmake/doctest/doctestConfig.cmake \
|
|
lib/cmake/doctest/doctestConfigVersion.cmake \
|
|
lib/cmake/doctest/doctestTargets.cmake
|
|
|
|
.include <bsd.port.mk>
|