diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-05-13 17:57:51 +0000 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-05-13 17:59:48 +0000 |
commit | 2754b8b53d979ece89e27bacd92e5eb4c12dd533 (patch) | |
tree | 10511c0c024f06528f70ace36e0fce8297a58368 /textproc/csvq/Makefile | |
parent | 7bcb26acbdec7cdd64b9bb684b8ca3f453873e18 (diff) | |
download | ports-2754b8b53d979ece89e27bacd92e5eb4c12dd533.tar.gz ports-2754b8b53d979ece89e27bacd92e5eb4c12dd533.zip |
Diffstat (limited to 'textproc/csvq/Makefile')
-rw-r--r-- | textproc/csvq/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index 4c00c9b4ab02..e130d3e45168 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,6 +1,7 @@ PORTNAME= csvq DISTVERSIONPREFIX= v DISTVERSION= 1.15.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org @@ -10,18 +11,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= mithrandie -GH_TUPLE= golang:crypto:e9a32991a82e:golang_crypto/vendor/golang.org/x/crypto \ - golang:sys:f84b799fce68:golang_sys/vendor/golang.org/x/sys \ - golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \ - golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - mitchellh:go-homedir:v1.0.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ - mithrandie:go-file:v2.0.2:mithrandie_go_file_v2/vendor/github.com/mithrandie/go-file/v2 \ - mithrandie:go-text:v1.4.0:mithrandie_go_text/vendor/github.com/mithrandie/go-text \ - mithrandie:readline-csvq:v1.1.1:mithrandie_readline_csvq/vendor/github.com/mithrandie/readline-csvq \ - mithrandie:ternary:v1.1.0:mithrandie_ternary/vendor/github.com/mithrandie/ternary \ - urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli + +GO_MODULE= github.com/mithrandie/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md |