blob: 376c2ab9acd1069a6765d0e7723e0352a000992a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= googletest
PORTVERSION= 1.5.0
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= gtest-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A framework for writing C++ tests on a variety of platforms
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON_BUILD= yes
regression-test:
cd ${WRKSRC}; ${MAKE} check
.include <bsd.port.mk>
|