aboutsummaryrefslogtreecommitdiff
path: root/security/rustscan/Makefile
blob: bc73b56f68075926cc3db24febace80fa84b8658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>