From 38e0dadc4f13d97451f0bf70d333566b30c05112 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 6 Jul 2000 20:55:29 +0000 Subject: Add p5-Net-SNMP, a Perl interface to SNMP. PR: 19743 Submitted by: Christopher N. Harrell --- net/p5-Net-SNMP/pkg-descr | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/p5-Net-SNMP/pkg-descr (limited to 'net/p5-Net-SNMP/pkg-descr') 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. -- cgit