From ae945eddc83409f310e72abb83e0101f0282b10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 21 Oct 2021 17:40:41 +0200 Subject: [PATCH] textproc/miller: Add CPE information Approved by: portmgr (blanket) --- textproc/miller/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index c88519ad81ca..5234b5dc9121 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -9,7 +9,8 @@ COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= autoreconf libtool +USES= autoreconf cpe libtool +CPE_VENDOR= johnkerl USE_GITHUB= yes GH_ACCOUNT= johnkerl