forked from Lainports/freebsd-ports
24 lines
443 B
Makefile
24 lines
443 B
Makefile
PORTNAME= rustscan
|
|
PORTVERSION= 2.3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= mikael@FreeBSD.org
|
|
COMMENT= Faster Nmap Scanning with Rust
|
|
WWW= https://rustscan.github.io/RustScan/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_i386= ring-0.17.8 crate fails to build
|
|
|
|
RUN_DEPENDS= nmap>0:security/nmap
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RustScan
|
|
GH_PROJECT= RustScan
|
|
|
|
PLIST_FILES= bin/rustscan
|
|
|
|
.include <bsd.port.mk>
|