Index: sysutils/Makefile =================================================================== --- sysutils/Makefile +++ sysutils/Makefile @@ -369,6 +369,7 @@ SUBDIR += f3 SUBDIR += facter SUBDIR += fakertc + SUBDIR += fastly SUBDIR += faketty SUBDIR += fand SUBDIR += fanout Index: sysutils/fastly/Makefile =================================================================== --- /dev/null +++ sysutils/fastly/Makefile @@ -0,0 +1,26 @@ +PORTNAME= fastly +DISTVERSIONPREFIX= v +DISTVERSION= 10.17.1 +CATEGORIES= sysutils + +MAINTAINER= dch@FreeBSD.org +COMMENT= CLI tool for Fastly CDN and API +WWW= https://fastly.dev/reference/cli + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENCE + +USES= go:modules +GH_ACCOUNT= fastly +GH_PROJECT= cli +GO_MODULE= github.com/fastly/cli +GO_TARGET= ./cmd/fastly + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +GO_MOD_DIST= github + +.include Index: sysutils/fastly/pkg-descr =================================================================== --- /dev/null +++ sysutils/fastly/pkg-descr @@ -0,0 +1,4 @@ +fastly is an open-source command line tool for interacting with the Fastly +API. Use it to create services, manage backends and domains, upload VCL or +build and deploy Compute packages. Convenient access to Fastly from where +you are working with your code, or from your CI environment.