git: 5d027dbcb10b - main - devel/abseil: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:23:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d027dbcb10b544457bb4c65f8fdbd9a024890cf commit 5d027dbcb10b544457bb4c65f8fdbd9a024890cf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:30:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:34 +0000 devel/abseil: Add LICENSE_FILE Approved by: portmgr (blanket) --- devel/abseil/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile index 54b2627b5f65..7383d95b7403 100644 --- a/devel/abseil/Makefile +++ b/devel/abseil/Makefile @@ -9,6 +9,7 @@ COMMENT= Abseil Common Libraries (C++) WWW= https://abseil.io/ LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++17-lang pathfix CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \