1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/security/gosec/Makefile
Yuri Victorovich 9e1d8f4d29 security/gosec: update 2.20.0 → 2.21.0
Reported by:	portscout
2024-09-05 01:48:44 -07:00

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>