svn commit: r365302 - head/devel/googletest
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 18 12:46:22 UTC 2014
Author: sunpoet
Date: Mon Aug 18 12:46:21 2014
New Revision: 365302
URL: http://svnweb.freebsd.org/changeset/ports/365302
QAT: https://qat.redports.org/buildarchive/r365302/
Log:
- Add LICENSE
- Remove contiguous blank lines
Modified:
head/devel/googletest/Makefile
Modified: head/devel/googletest/Makefile
==============================================================================
--- head/devel/googletest/Makefile Mon Aug 18 12:46:17 2014 (r365301)
+++ head/devel/googletest/Makefile Mon Aug 18 12:46:21 2014 (r365302)
@@ -11,6 +11,8 @@ DISTNAME= gtest-${PORTVERSION}
MAINTAINER= clsung at FreeBSD.org
COMMENT= Framework for writing C++ tests on a variety of platforms
+LICENSE= BSD3CLAUSE
+
USES= shebangfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -24,5 +26,4 @@ SHEBANG_FILES= scripts/fuse_gtest_files.
regression-test:
cd ${WRKSRC}; ${MAKE} check
-
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list