1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/gosec/Makefile
2024-08-09 06:24:08 +00:00

22 lines
384 B
Makefile

PORTNAME= gosec
DISTVERSIONPREFIX= v
DISTVERSION= 2.20.0
PORTREVISION= 3
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>