ports/security/rustscan/Makefile

23 lines
431 B
Makefile

COMMENT= fast port scanner in Rust
CATEGORIES= security
MAINTAINER= Purple Rain <purplerain@secbsd.org>
DIST_TUPLE= github RustScan RustScan 2.3.0 .
HOMEPAGE= https://github.com/RustScan/RustScan
# GPLv3
PERMIT_PACKAGE= Yes
WANTLIB+= c c++abi m pthread
MODULES= devel/cargo
BUILD_DEPENDS= security/rust-ring
RUN_DEPENDS= net/nmap
CONFIGURE_STYLE= cargo
SEPARATE_BUILD= Yes
.include "crates.inc"
.include <bsd.port.mk>