diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index d8bd7e8ab3a8..c0afec200f21 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -1,26 +1,26 @@ PORTNAME= miller DISTVERSIONPREFIX= v DISTVERSION= 6.15.0 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/johnkerl/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod -MAINTAINER= jungleboogie0+mlr@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON WWW= https://johnkerl.org/miller/doc/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe go:1.24,modules +USES= cpe go:modules CPE_VENDOR= johnkerl GO_MODULE= github.com/johnkerl/miller GO_TARGET= ./cmd/mlr USE_GITHUB= yes GH_ACCOUNT= johnkerl PLIST_FILES= bin/mlr .include