Files
kirill ebb493dcb9 security/nuclei: comment not related binaries in PLIST
noted by sthen@

OK: Xi Lu (maintainer)
2025-02-20 21:33:59 +00:00

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>