diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /security/nikto | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) |
Notes
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 37a93509a825..32019a17266f 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -6,8 +6,8 @@ # PORTNAME= nikto -PORTVERSION= 1.32 -CATEGORIES= security www +PORTVERSION= 1.32 +CATEGORIES= security www MAINTAINER= ports@FreeBSD.org COMMENT= Web and CGI vulnerability scanner with SSL support @@ -15,10 +15,10 @@ COMMENT= Web and CGI vulnerability scanner with SSL support MASTER_SITES= http://www.cirt.net/nikto/ \ http://packetstormsecurity.org/UNIX/cgi-scanners/ -RUN_DEPENDS = ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/libwhisker/LW.pm:${PORTSDIR}/security/libwhisker -NO_BUILD= yes +NO_BUILD= yes USE_REINPLACE= yes do-install: |