1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/concourse-fly: Add CPE information

Approved by:    portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2021-09-21 12:14:48 +00:00
parent ae7ae656fd
commit 65f027c4e6
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333

View File

@ -9,7 +9,9 @@ COMMENT= CLI for Concourse
LICENSE= APACHE20
USES= go:modules tar:xz
USES= cpe go:modules tar:xz
CPE_VENDOR= pivotal_software
GO_TARGET= ./cmd/concourse:fly
GO_BUILDFLAGS= -ldflags="-s -w -X github.com/concourse/concourse.Version=${PORTVERSION}"