23 lines
502 B
Makefile
23 lines
502 B
Makefile
PORTNAME= bumblebee
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= kiwi@FreeBSD.org
|
|
COMMENT= Read-only supply-chain exposure scanner for developer endpoints
|
|
WWW= https://github.com/perplexityai/bumblebee
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= perplexityai
|
|
|
|
GO_MODULE= github.com/perplexityai/bumblebee
|
|
GO_TARGET= ./cmd/bumblebee
|
|
GO_BUILDFLAGS= -ldflags "-X main.Version=${DISTVERSIONPREFIX}${DISTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|