View | Details | Raw Unified | Return to bug 246653
Collapse All | Expand All

(-)devel/doctest/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=doctest
4
DISTVERSION=2.3.8
5
CATEGORIES=devel
6
MASTER_SITES=https://github.com/onqtam/doctest/
7
8
MAINTAINER=nickblack@linux.com
9
COMMENT=Header-only C++ unit-testing
10
11
LICENSE=MIT
12
LICENSE_FILE=${WRKSRC}/LICENSE.txt
13
14
USES=cmake compiler:c++17-lang
15
USE_GITHUB=yes
16
GH_ACCOUNT=onqtam
17
18
.include <bsd.port.mk>
(-)devel/doctest/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1590135965
2
SHA256 (onqtam-doctest-2.3.8_GH0.tar.gz) = d7232437eceb46ad5de03cacdee770c80f2e53e7b8efc1c8a8ed29539f64efa5
3
SIZE (onqtam-doctest-2.3.8_GH0.tar.gz) = 2242231
(-)devel/doctest/pkg-descr (+4 lines)
Line 0 Link Here
1
A fast, feature-rich C++11/14/17/20 single-header testing framework for
2
unit tests and TDD, inspired by Catch.
3
4
WWW: https://github.com/onqtam/doctest
(-)devel/doctest/pkg-plist (+1 lines)
Line 0 Link Here
1
include/doctest/doctest.h

Return to bug 246653