summaryrefslogtreecommitdiff
path: root/security/rustscan/Makefile
blob: 2ba2174179e2a1327d50e2977a0a2de87a7b4ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	rustscan
PORTVERSION=	2.4.1
PORTREVISION=	7
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>