Files
ports/security/rustscan/Makefile
T
Mikael Urankar 17bf498fd2 lang/rust: Bump revisions after 1.95.0
PR:		294615
2026-04-27 14:26:47 +02:00

25 lines
442 B
Makefile

PORTNAME= rustscan
PORTVERSION= 2.4.1
PORTREVISION= 10
CATEGORIES= security
MAINTAINER= bofh@FreeBSD.org
COMMENT= Faster Nmap Scanning with Rust
WWW= https://github.com/RustScan/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>