blob: a5b086920793df8d910c9e692c0cf86491886414 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= cloud-nuke
DISTVERSIONPREFIX= v
DISTVERSION= 0.41.0
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.23,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>
|