forked from Lainports/freebsd-ports
https://github.com/digitalocean/doctl/releases/tag/v1.98.0 https://github.com/digitalocean/doctl/releases/tag/v1.97.1 https://github.com/digitalocean/doctl/releases/tag/v1.97.0 https://github.com/digitalocean/doctl/releases/tag/v1.96.1 https://github.com/digitalocean/doctl/releases/tag/v1.96.0 https://github.com/digitalocean/doctl/releases/tag/v1.95.0 https://github.com/digitalocean/doctl/releases/tag/v1.94.0 https://github.com/digitalocean/doctl/releases/tag/v1.93.1 https://github.com/digitalocean/doctl/releases/tag/v1.93.0 https://github.com/digitalocean/doctl/releases/tag/v1.92.1 https://github.com/digitalocean/doctl/releases/tag/v1.92.0 https://github.com/digitalocean/doctl/releases/tag/v1.91.0 Sponsored by: The FreeBSD Foundation
22 lines
491 B
Makefile
22 lines
491 B
Makefile
PORTNAME= doctl
|
|
DISTVERSION= 1.98.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/digitalocean/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}-source
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Command line tool for DigitalOcean services
|
|
WWW= https://github.com/digitalocean/doctl
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/doctl
|
|
|
|
.include <bsd.port.mk>
|