Date: Mon, 18 Aug 2014 12:46:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365302 - head/devel/googletest Message-ID: <201408181246.s7ICkMo7060262@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181246.s7ICkMo7060262>