blob: d0f817f06179360054f2c28e50aeb780f3f30623 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= ops-agent
DISTVERSION= 2.48.0
PORTREVISION= 5
CATEGORIES= sysutils
PKGNAMEPREFIX= gcp-
MAINTAINER= ports@FreeBSD.org
COMMENT= Gather logs and metrics from Google Compute Engine instances
WWW= https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/GoogleCloudPlatform/ops-agent@v0.0.0-20240624194131-536ab1c138a1
GO_TARGET= ./cmd/google_cloud_ops_agent_engine
PLIST_FILES= bin/google_cloud_ops_agent_engine
.include <bsd.port.mk>
|