mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
22 lines
424 B
Makefile
22 lines
424 B
Makefile
PORTNAME= ffuf
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 1.5.0
|
|
PORTREVISION= 4
|
|
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>
|