HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/devel/cpptest/Makefile
PORTNAME=	cpptest
PORTVERSION=	2.0.0
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	fernape@FreeBSD.org
COMMENT=	Unit testing framework for handling automated tests in C++

LICENSE=	LGPL3

USES=		autoreconf compiler:c++11-lang gmake libtool pathfix
USE_GITHUB=	yes
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
MAKE_ARGS=	CC=${CC} CCC=${CXX}

.include <bsd.port.mk>