aboutsummaryrefslogtreecommitdiff
path: root/security/trufflehog/Makefile
blob: f361640d723aced29663f104e4e6b08d53443104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	trufflehog
DISTVERSIONPREFIX=	v
DISTVERSION=	3.63.11
PORTREVISION=	2
CATEGORIES=	security

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Find and verify credentials
WWW=		https://trufflesecurity.com/

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_armv7=	compilation fails see details here: https://github.com/golang/go/issues/65187
BROKEN_i386=	compilation fails see details here: https://github.com/golang/go/issues/65187

USES=		go:1.21,modules

GO_MODULE=	github.com/trufflesecurity/trufflehog/v3
#GO_TARGET=	./${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>