mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
91828db4f6
Changes: https://github.com/RustScan/RustScan/releases/tag/2.2.2 https://github.com/RustScan/RustScan/releases/tag/2.2.3
22 lines
380 B
Makefile
22 lines
380 B
Makefile
PORTNAME= rustscan
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= mikael@FreeBSD.org
|
|
COMMENT= Faster Nmap Scanning with Rust
|
|
WWW= https://rustscan.github.io/RustScan/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|