forked from Lainports/freebsd-ports
Update email from nulldutra@proton.me to dutra@FreeBSD.org Approved by: dbaio(mentor), garga(mentor) Differential Revision: https://reviews.freebsd.org/D43485
26 lines
623 B
Makefile
26 lines
623 B
Makefile
PORTNAME= crlfuzz
|
|
PORTVERSION= 1.4.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 16
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= Fast tool to scan CRLF vulnerability written in Go
|
|
WWW= https://github.com/dwisiswant0/crlfuzz
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dwisiswant0
|
|
|
|
GO_TARGET= ./cmd/crlfuzz
|
|
|
|
GH_TUPLE= logrusorgru:aurora:e9ef32dff381:logrusorgru_aurora/vendor/github.com/logrusorgru/aurora \
|
|
projectdiscovery:gologger:v1.0.1:projectdiscovery_gologger/vendor/github.com/projectdiscovery/gologger
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|