openbsd-ports/security/scanssh/Makefile
danj 5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00

23 lines
404 B
Makefile

# $OpenBSD: Makefile,v 1.27 2019/07/17 14:39:42 danj Exp $
COMMENT= SSH remote version scanner
DISTNAME= scanssh-2.1
REVISION = 4
CATEGORIES= security
MASTER_SITES= https://monkey.org/~provos/
HOMEPAGE= https://www.monkey.org/~provos/scanssh/
PERMIT_PACKAGE= Yes
WANTLIB= c event pcap dnet>=1
LIB_DEPENDS= net/libdnet
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
NO_TEST= Yes
.include <bsd.port.mk>