ports/security/rustscan/Makefile

24 lines
433 B
Makefile
Raw Normal View History

2023-10-02 02:10:47 +00:00
COMMENT= fast port scanner in Rust
CATEGORIES= security
MAINTAINER= Purple Rain <purplerain@secbsd.org>
2023-08-30 04:04:49 +00:00
2023-10-02 02:10:47 +00:00
DIST_TUPLE= github RustScan RustScan 2.1.1 . #GPLv3
2023-08-30 04:04:49 +00:00
2023-10-02 02:10:47 +00:00
PKGNAME= rustscan-2.1.1
2023-08-30 04:04:49 +00:00
2023-10-02 02:10:47 +00:00
HOMEPAGE= https://github.com/RustScan/RustScan
2023-08-30 04:04:49 +00:00
2023-10-02 02:10:47 +00:00
PERMIT_PACKAGE= Yes
2023-08-30 04:04:49 +00:00
2023-10-02 02:10:47 +00:00
WANTLIB+= c c++abi m pthread
2023-08-30 04:04:49 +00:00
2023-10-02 02:10:47 +00:00
MODULES= devel/cargo
BUILD_DEPENDS= security/rust-ring
2023-08-30 04:04:49 +00:00
CONFIGURE_STYLE= cargo
SEPARATE_BUILD= Yes
.include "crates.inc"
.include <bsd.port.mk>