git: 47eac6049126 - main - lang/gcc: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:16 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=47eac6049126cf20b3e55aba44db4a28116b8a44 commit 47eac6049126cf20b3e55aba44db4a28116b8a44 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:52 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:52 +0000 lang/gcc: Add CPE information Approved by: portmgr (blanket) --- lang/gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index f35f97f2226e..5639bd162d9a 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -14,6 +14,10 @@ COMMENT= Meta-port for the default version of the GNU Compiler Collection # below. (The expression rewrites 4.8 to 48.) RUN_DEPENDS= gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//} +USES= cpe +CPE_VENDOR= gnu +CPE_VERSION= ${GCC_DEFAULT} + NO_ARCH= yes NO_BUILD= yes