git: 78221629f65a - main - textproc/bat: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:54 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=78221629f65a859bf0e9a494a251012b3bce6180 commit 78221629f65a859bf0e9a494a251012b3bce6180 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:27:20 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:27:20 +0000 textproc/bat: Add CPE information Approved by: portmgr (blanket) --- textproc/bat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 06cfe990fb65..58b80a9d09cc 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -12,7 +12,8 @@ LICENSE= APACHE20 LIB_DEPENDS= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma -USES= cargo +USES= cargo cpe +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= sharkdp