ports/security/naabu/Makefile
Gabriel M. Dutra 0aa3c459b0 security/naabu: Add new port
Port scanner written in go with a focus on reliability and simplicity
2025-04-18 02:13:06 -03:00

20 lines
354 B
Makefile

PORTNAME= naabu
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.4
CATEGORIES= security
MAINTAINER= dutra@FreeBSD.org
COMMENT= Port scanning tool
WWW= https://github.com/projectdiscovery/naabu
LICENSE= MIT
USES= go:1.23,modules
GO_MODULE= github.com/projectdiscovery/naabu/v2
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>