aboutsummaryrefslogblamecommitdiff
path: root/devel/doctest/Makefile
blob: da808a145162c833efb6e5cc5f50cf9b36f3e255 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                       
                     











                                            

                                                                  


                   







                                                              
PORTNAME=	doctest
DISTVERSION=	2.4.5
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=	onqtam

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>