blob: 1ff3179cad5ff35efe9fc6d506977434474b0d48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
PORTNAME= terraform-switcher
DISTVERSION= 0.13.1308
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= 0xdutra@gmail.com
COMMENT= Tool to switch between different versions of terraform
WWW= https://tfswitch.warrensbox.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= warrensbox
GH_TUPLE= \
agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \
apparentlymart:go-textseg:v1.0.0:apparentlymart_go_textseg/vendor/github.com/apparentlymart/go-textseg \
chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \
fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
go-ini:ini:v1.66.4:go_ini_ini/vendor/gopkg.in/ini.v1 \
go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
go-yaml:yaml:v3.0.0:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
golang:sys:f75cf1eec38b:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \
google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \
hashicorp:go-version:v1.6.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
hashicorp:hcl2:fb75b3253c80:hashicorp_hcl2/vendor/github.com/hashicorp/hcl2 \
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
hashicorp:hcl:v2.0.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \
hashicorp:terraform-config-inspect:90acf1ca460f:hashicorp_terraform_config_inspect/vendor/github.com/hashicorp/terraform-config-inspect \
magiconair:properties:v1.8.6:magiconair_properties/vendor/github.com/magiconair/properties \
manifoldco:promptui:v0.9.0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \
mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
pborman:getopt:v1.1.0:pborman_getopt/vendor/github.com/pborman/getopt \
pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
pelletier:go-toml:v2.0.1:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \
spf13:afero:v1.8.2:spf13_afero/vendor/github.com/spf13/afero \
spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \
spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
spf13:viper:v1.12.0:spf13_viper/vendor/github.com/spf13/viper \
subosito:gotenv:v1.3.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
zclconf:go-cty:v1.1.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|