diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-08 19:25:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-08 19:25:32 +0000 |
commit | 33043e8906ade7c413b9b8eed2210b76079b5d92 (patch) | |
tree | f86a18910b514eba7f155570d48c7ed905d33180 /security/nikto | |
parent | c1961bd5a92f878fc01ad4d9689762be23b9432d (diff) | |
download | pkgsrc-33043e8906ade7c413b9b8eed2210b76079b5d92.tar.gz |
Minor pkglint cleanup, from Sergey Svishchev.
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 646f9b8675a..e34028e1d85 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2007/02/16 00:54:23 adrianp Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/08 19:25:33 wiz Exp $ DISTNAME= nikto-1.36 CATEGORIES= security www MASTER_SITES= http://www.cirt.net/nikto/ MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://www.cirt.net/code/nikto.shtml +HOMEPAGE= http://www.cirt.net/code/nikto.shtml COMMENT= URL scanner used to search for known vulnerable CGIs on websites DEPENDS+= p5-Net-SSLeay>=1.20:../../security/p5-Net-SSLeay |