Files
ports/sysutils/doctl/Makefile
T
Ashish SHUKLA 79271d5381 all: Bump after lang/go122 update
PR:		281842
2024-11-08 20:58:46 +00:00

25 lines
534 B
Makefile

PORTNAME= doctl
DISTVERSIONPREFIX= v
DISTVERSION= 1.116.0
PORTREVISION= 1
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:1.22,modules
GO_TARGET= ./cmd/${PORTNAME}
NO_WRKSUBDIR= yes
PLIST_FILES= bin/doctl
.include <bsd.port.mk>