aboutsummaryrefslogtreecommitdiff
path: root/devel/bingrep
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2022-03-18 13:04:25 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2022-03-18 13:23:48 +0000
commit03f412ffc0144062f9165262eca7068f27daf96d (patch)
tree1a115b89ef51fe20b45894a7d708d2ef1bc511bf /devel/bingrep
parent1ea304f3359a0597fa864e4ed89f046b4523482c (diff)
downloadports-03f412ffc0144062f9165262eca7068f27daf96d.tar.gz
ports-03f412ffc0144062f9165262eca7068f27daf96d.zip
Diffstat (limited to 'devel/bingrep')
-rw-r--r--devel/bingrep/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile
index 762918f66b1a..ea3657f5fdec 100644
--- a/devel/bingrep/Makefile
+++ b/devel/bingrep/Makefile
@@ -10,10 +10,12 @@ COMMENT= Grep through binaries
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cargo
+USES= cargo cpe
USE_GITHUB= yes
GH_ACCOUNT= m4b
+CPE_VENDOR= bingrep_project
+
CARGO_CRATES= aho-corasick-0.7.15 \
ansi_term-0.11.0 \
anyhow-1.0.38 \