mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
2fbf475644
Upstream changes: https://github.com/digitalocean/doctl/releases/tag/v1.44.0 https://github.com/digitalocean/doctl/releases/tag/v1.45.0 Sponsored by: DigitalOcean [1] [1] DigitalOcean provides VM credit to test doctl
23 lines
366 B
Makefile
23 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= doctl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.45.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Command line tool for DigitalOcean services
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= digitalocean
|
|
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/doctl
|
|
|
|
.include <bsd.port.mk>
|