mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
060ac59669
Upstream change: Add support for tagging images (GitHub issue #348) https://github.com/digitalocean/doctl/blob/master/CHANGELOG.md
24 lines
419 B
Makefile
24 lines
419 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= doctl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.10.0
|
|
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>
|