View | Details | Raw Unified | Return to bug 252943 | Differences between
and this patch

Collapse All | Expand All

(-)security/nikto/Makefile (-3 / +4 lines)
Lines 6-16 Link Here
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	security www
7
CATEGORIES=	security www
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	mbeis@xs4all.nl
10
COMMENT=	Web and CGI vulnerability scanner with SSL support
10
COMMENT=	Web and CGI vulnerability scanner with SSL support
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		perl5 shebangfix
15
USE_PERL5=	run
16
14
GH_ACCOUNT=	sullo
17
GH_ACCOUNT=	sullo
15
USE_GITHUB=	yes
18
USE_GITHUB=	yes
16
19
Lines 22-29 Link Here
22
NO_BUILD=	yes
25
NO_BUILD=	yes
23
NO_ARCH=	yes
26
NO_ARCH=	yes
24
27
25
USES=		perl5 shebangfix
26
USE_PERL5=	run
27
SHEBANG_FILES=	nikto.pl
28
SHEBANG_FILES=	nikto.pl
28
WRKSRC_SUBDIR=	program
29
WRKSRC_SUBDIR=	program
29
30

Return to bug 252943