freebsd-ports/devel/doctest/Makefile
2022-01-24 12:18:50 +01:00

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>