mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
9e1d8f4d29
Reported by: portscout
21 lines
368 B
Makefile
21 lines
368 B
Makefile
PORTNAME= gosec
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.21.0
|
|
CATEGORIES= security devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Go security checker
|
|
WWW= https://securego.io/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/securego/gosec/v2
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|