ebdcb5afc1
Reference: https://lists.freebsd.org/archives/dev-commits-ports-main/2026-April/186906.html
31 lines
535 B
Makefile
31 lines
535 B
Makefile
PORTNAME= catch
|
|
PORTVERSION= 2.13.10
|
|
DISTVERSIONPREFIX= v
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Header-only test framework for C++
|
|
WWW= https://github.com/catchorg/Catch2
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cmake compiler:c++14-lang python:build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= catchorg
|
|
GH_PROJECT= Catch2
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR}
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-test:
|
|
${BUILD_WRKSRC}/projects/SelfTest
|
|
|
|
.include <bsd.port.mk>
|