mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
23 lines
479 B
Makefile
23 lines
479 B
Makefile
PORTNAME= cloud-nuke
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.38.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.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>
|