diff options
Diffstat (limited to 'textproc/miller/Makefile')
| -rw-r--r-- | textproc/miller/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index d8bd7e8ab3a8..c0afec200f21 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -6,14 +6,14 @@ 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 |
