mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
22 lines
388 B
Makefile
22 lines
388 B
Makefile
# Created by: Patrick Li <pat@databits.net>
|
|
|
|
PORTNAME= knocker
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= security net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Simple and easy to use TCP only port scanner (Console version)
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/knocker \
|
|
man/man1/knocker.1.gz
|
|
|
|
.include <bsd.port.mk>
|