blob: 980f05d338ac2b23f352b5f8464267e181cee2d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= cpptest
PORTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= fernape@FreeBSD.org
COMMENT= Unit testing framework for handling automated tests in C++
WWW= http://cpptest.sourceforge.net/
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>
|