ports/devel/cpptest/Makefile
Fernando Apesteguía 0fd0d6e5da devel/cpptest: fix build with GCC-based architectures
Request a c++ 11 capable compiler since the port uses c++ 11 features.

PR:	236328
Submitted by:	pkubaj@anongoth.pl
2019-03-06 18:32:26 +00:00

21 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= cpptest
PORTVERSION= 2.0.0
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>