1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/security/ffuf/Makefile
Nuno Teixeira 5b52326dab security/ffuf: Update to 1.3.1
ChangeLog: https://github.com/ffuf/ffuf/blob/master/CHANGELOG.md

PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255502
Reported by:	 Gabriel Dutra <0xdutra@gmail.com> (maintainer)
Approved by:	dbaio, garga (mentors, implicit)
Differential Revision:	https://reviews.freebsd.org/D30097
2021-05-05 02:57:35 +01:00

22 lines
425 B
Makefile

# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
PORTNAME= ffuf
DISTVERSIONPREFIX=v
DISTVERSION= 1.3.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>