diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-15 16:02:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-15 16:02:32 +0000 |
commit | 500f132b543487cd0780ec8896d123f3282ba49e (patch) | |
tree | 6f3e1b00b174a26096ccce3b08c6bfc105f4e114 /net/Makefile | |
parent | e4c542c72559ad221db9bd4506fda8bdbb4907a3 (diff) |
Net_Nmap is a simple interface for Nmap, the
free and open source utility for network
exploration or security auditing.
Net_Nmap can be used to auto discovery hosts
and services in your network or simply to
parse Nmap XML output.
WWW: http://pear.php.net/package/Net_Nmap/
PR: ports/128059
Submitted by: Wen Heping<wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=221623
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fb950037e262..c5be21c7715c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -665,6 +665,7 @@ SUBDIR += pear-Net_LDAP2 SUBDIR += pear-Net_MAC SUBDIR += pear-Net_NNTP + SUBDIR += pear-Net_Nmap SUBDIR += pear-Net_POP3 SUBDIR += pear-Net_Ping SUBDIR += pear-Net_SMS |