freebsd-ports/sysutils/doctl/Makefile
Joseph Mingrone 2b5a0dc858 sysutils/doctl: Update to version 1.8.3
This update fixes a bug that was introduced between versions 1.8.0 and
1.8.2.

Upstream Changelog:
https://github.com/digitalocean/doctl/blob/v1.8.3/CHANGELOG.md
2018-06-14 12:20:01 +00:00

23 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= doctl
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.3
CATEGORIES= sysutils
MAINTAINER= jrm@FreeBSD.org
COMMENT= Command line tool for DigitalOcean services
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= go
USE_GITHUB= yes
GH_ACCOUNT= digitalocean
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME}
PLIST_FILES= bin/doctl
.include <bsd.port.mk>