freebsd-ports/www/vultr-cli/Makefile
2023-01-14 06:31:17 -05:00

59 lines
2.8 KiB
Makefile

PORTNAME= vultr-cli
PORTVERSION= 2.14.2
PORTREVISION= 6
DISTVERSIONPREFIX= v
CATEGORIES= www
MAINTAINER= antranigv@freebsd.am
COMMENT= Official command line tool for Vultr services
WWW= https://github.com/vultr/vultr-cli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= vultr
GH_TUPLE= \
fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \
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:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \
golang:net:2e3eb7b945c2:golang_net/vendor/golang.org/x/net \
golang:oauth2:9780585627b5:golang_oauth2/vendor/golang.org/x/oauth2 \
golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
golang:sys:bc2c85ada10a:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \
google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \
hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \
hashicorp:go-retryablehttp:v0.7.1:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
magiconair:properties:v1.8.6:magiconair_properties/vendor/github.com/magiconair/properties \
mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
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 \
protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
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:cobra:v1.4.0:spf13_cobra/vendor/github.com/spf13/cobra \
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 \
vultr:govultr:v2.17.2:vultr_govultr_v2/vendor/github.com/vultr/govultr/v2
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= CHANGELOG.md README.md
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>