mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
ebb493dcb9
noted by sthen@ OK: Xi Lu (maintainer)
25 lines
434 B
Makefile
25 lines
434 B
Makefile
COMMENT = fast and customizable vulnerability scanner
|
|
|
|
MODGO_MODNAME = github.com/projectdiscovery/nuclei/v3
|
|
MODGO_VERSION = v3.3.9
|
|
REVISION = 0
|
|
|
|
DISTNAME = nuclei-${MODGO_VERSION}
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://nuclei.projectdiscovery.io
|
|
|
|
MAINTAINER = Xi Lu <lx@shellcodes.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
NO_TEST = Yes
|
|
|
|
MODULES += lang/go
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|