aboutsummaryrefslogtreecommitdiffstats
path: root/security/knocker/Makefile
blob: 763e71a0fb950b6d8f96fa9d91082300788440f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>