Files
ports/security/rustscan/Makefile
T
Mikael Urankar 1d1fd15a3e lang/rust: Bump revisions after 1.83.0
PR:		283000
2024-12-01 10:24:18 +01:00

25 lines
443 B
Makefile

PORTNAME= rustscan
PORTVERSION= 2.3.0
PORTREVISION= 4
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>