aboutsummaryrefslogtreecommitdiff
path: root/security/ffuf/Makefile
blob: be865e98e36d0a05e471951e41f7e44b74aa5425 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gabriel M. Dutra <0xdutra@gmail.com>

PORTNAME=	ffuf
DISTVERSIONPREFIX=v
DISTVERSION=	1.2.1
CATEGORIES=	security www

MAINTAINER=	0xdutra@gmail.com
COMMENT=	Fast web fuzzer written in Go

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>