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

MAINTAINER=	0xdutra@gmail.com
COMMENT=	Fast web fuzzer written in Go
WWW=		https://github.com/ffuf/ffuf

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=	go:modules

USE_GITHUB=	yes
GH_TUPLE=	pelletier:go-toml:v1.8.1:pelletier_go_toml/vendor/github.com/pelletier/go-toml

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>