mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
19 lines
342 B
Makefile
19 lines
342 B
Makefile
# Created by: Patrick Li <pat@databits.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= knocker
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= security net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Simple and easy to use TCP only port scanner (Console version)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
PLIST_FILES= bin/knocker
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|