2b5a0dc858
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
23 lines
418 B
Makefile
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>
|