blob: 288dd0debcd38c8c4d46ad3df3bac71da873c7f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
# $FreeBSD$
PORTNAME= cpptest
PORTVERSION= 1.1.2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Unit testing framework for handling automated tests in C++
LICENSE= LGPL3
GNU_CONFIGURE= yes
USES= gmake libtool pathfix
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
MAKE_ARGS= CC=${CC} CCC=${CXX}
.include <bsd.port.mk>
|