Files
ports/sysutils/cloud-nuke/Makefile
Franco Fichtner e9b73a6c5f */*: sync with upstream
Taken from: FreeBSD
2025-03-11 02:58:18 +01:00

25 lines
495 B
Makefile

PORTNAME= cloud-nuke
DISTVERSIONPREFIX= v
DISTVERSION= 0.38.2
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dutra@FreeBSD.org
COMMENT= Cleaning up your cloud accounts
WWW= https://github.com/gruntwork-io/cloud-nuke
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe go:1.22,modules
CPE_VENDOR= gruntwork-io
GO_MODULE= github.com/gruntwork-io/cloud-nuke
GO_BUILDFLAGS= -ldflags "\
-s -w \
-X main.VERSION=${DISTVERSION}"
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>