Files
ports/security/gosec/Makefile
T
2026-07-10 09:54:15 +02:00

23 lines
422 B
Makefile

PORTNAME= gosec
DISTVERSIONPREFIX= v
DISTVERSION= 2.27.1
PORTREVISION= 2
CATEGORIES= security devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Go security checker
WWW= https://securego.io/ \
https://github.com/securego/gosec
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>