diff options
author | garga <garga@FreeBSD.org> | 2006-04-17 19:29:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-17 19:29:07 +0800 |
commit | 3253d9738c6545e8787c5091270095a45522e71f (patch) | |
tree | 83bd02d5046171dc13aeb19680de4ba0b50aa71e /net-mgmt/Makefile | |
parent | 8f6013921742b92f468d418a227d9a53fda3cefa (diff) | |
download | freebsd-ports-graphics-3253d9738c6545e8787c5091270095a45522e71f.tar.gz freebsd-ports-graphics-3253d9738c6545e8787c5091270095a45522e71f.tar.zst freebsd-ports-graphics-3253d9738c6545e8787c5091270095a45522e71f.zip |
PySNMP is fully functional SNMP v.1 engine (BER encoders/decoders
for a subset of ASN.1 data types, sockets based networking etc.)
written entirely in Python. This package provides command-line utilities
(pysnmpget, etc).
WWW: http://pysnmp.sourceforge.net/
PR: ports/95675
Submitted by: Martin Jackson <mhjacks@swbell.net>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 9c4fdc16094..0fd5b2082d0 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -155,6 +155,7 @@ SUBDIR += py-ipy SUBDIR += py-snmp SUBDIR += py-snmp4 + SUBDIR += py-snmp4-apps SUBDIR += py-snmp4-mibs SUBDIR += py-yapsnmp SUBDIR += rancid |