diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-04 21:12:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-04 21:12:03 +0800 |
commit | 2436b753b0953f78f0b5d4fdf692b3342707d0d9 (patch) | |
tree | a5812317efcd3e84033a54483c4bf1ab567e73bd /security/Makefile | |
parent | fac155206a07933c5ee43952e5b703ba11a6a140 (diff) | |
download | freebsd-ports-gnome-2436b753b0953f78f0b5d4fdf692b3342707d0d9.tar.gz freebsd-ports-gnome-2436b753b0953f78f0b5d4fdf692b3342707d0d9.tar.zst freebsd-ports-gnome-2436b753b0953f78f0b5d4fdf692b3342707d0d9.zip |
[NEW PORT] security/openvas-client: A GUI client for OpenVAS
OpenVAS stands for Open Vulnerability Assessment System and
is a network security scanner with associated tools like a
graphical user fontend. The core is a server component with
a set of network vulnerability tests (NVTs) to detect
security problems in remote systems and applications.
WWW: http://www.openvas.org/
PR: ports/123131
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6fff6d200e5c..8f853d43cdf7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -313,6 +313,7 @@ SUBDIR += openssl SUBDIR += openssl-beta SUBDIR += openssl-stable + SUBDIR += openvas-client SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap |