mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
143d846d90
Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.4.1
31 lines
612 B
Makefile
31 lines
612 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= catch
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.4.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Header-only test framework for C++
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BROKEN_powerpc64= fails to compile: catch_tostring.cpp:206:21: comparison is always true due to limited range of data type
|
|
|
|
USES= compiler:c++14-lang cmake:outsource pathfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= catchorg
|
|
GH_PROJECT= Catch2
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR}
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-test:
|
|
${BUILD_WRKSRC}/projects/SelfTest
|
|
|
|
.include <bsd.port.mk>
|