diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:20 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:20 +0000 |
commit | 78221629f65a859bf0e9a494a251012b3bce6180 (patch) | |
tree | f63e3fd837d4fd57e0206b2825caab1082ac3a77 /textproc | |
parent | 195117f68b19bc6bab0457e1995a729415fecd75 (diff) |
textproc/bat: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |