diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index e56a494d2b07..920ea30b4e45 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,20 +1,20 @@ PORTNAME= trufflehog DISTVERSIONPREFIX= v DISTVERSION= 3.63.7 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Find and verify credentials WWW= https://trufflesecurity.com/ -LICENSE= APACHE20 +LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.21,modules GO_MODULE= github.com/trufflesecurity/trufflehog/v3 #GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include