aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SNMP/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-07-07 04:55:29 +0800
committerwill <will@FreeBSD.org>2000-07-07 04:55:29 +0800
commit38e0dadc4f13d97451f0bf70d333566b30c05112 (patch)
tree39612736d4f4054f034a5827883d6befb1535b29 /net/p5-Net-SNMP/pkg-descr
parent9a0059db0e52e3aaf1cdf76ee4d2082c4fe061cc (diff)
downloadfreebsd-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-descr8
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.