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