diff options
author | will <will@FreeBSD.org> | 2000-07-07 04:55:29 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-07 04:55:29 +0800 |
commit | 38e0dadc4f13d97451f0bf70d333566b30c05112 (patch) | |
tree | 39612736d4f4054f034a5827883d6befb1535b29 /net/p5-Net-SNMP/pkg-descr | |
parent | 9a0059db0e52e3aaf1cdf76ee4d2082c4fe061cc (diff) | |
download | freebsd-ports-gnome-38e0dadc4f13d97451f0bf70d333566b30c05112.tar.gz freebsd-ports-gnome-38e0dadc4f13d97451f0bf70d333566b30c05112.tar.zst freebsd-ports-gnome-38e0dadc4f13d97451f0bf70d333566b30c05112.zip |
Add p5-Net-SNMP, a Perl interface to SNMP.
PR: 19743
Submitted by: Christopher N. Harrell <cnh@ivmg.net>
Diffstat (limited to 'net/p5-Net-SNMP/pkg-descr')
-rw-r--r-- | net/p5-Net-SNMP/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/p5-Net-SNMP/pkg-descr b/net/p5-Net-SNMP/pkg-descr new file mode 100644 index 000000000000..753a5e759c62 --- /dev/null +++ b/net/p5-Net-SNMP/pkg-descr @@ -0,0 +1,8 @@ +The module Net::SNMP implements an object oriented +interface to the Simple Network Management Protocol. Perl +applications can use the module to retrieve or update +information on a remote host using the SNMP protocol. +Net::SNMP is implemented completely in Perl, requires no +compiling, and uses only standard Perl modules. Both +SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported +by the module. |