mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
303 B
Makefile
18 lines
303 B
Makefile
COMMENT= fast scatter/gather TCP port scanner
|
|
|
|
DISTNAME= strobe-1.06
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
WRKDIST= ${WRKDIR}/strobe
|
|
ALL_TARGET= strobe
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|