diff options
author | garga <garga@FreeBSD.org> | 2006-04-17 11:27:30 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-17 11:27:30 +0000 |
commit | cc898d13c54f4a8e69c366bd076e638afc4e6703 (patch) | |
tree | 3cb8449c57fb78e561292eac35832cbd5d1cd61f /net-mgmt/Makefile | |
parent | 3d53b7aa4ad9167d3ebc94c6ba9b3952ec67de34 (diff) | |
download | FreeBSD-ports-cc898d13c54f4a8e69c366bd076e638afc4e6703.zip FreeBSD-ports-cc898d13c54f4a8e69c366bd076e638afc4e6703.tar.gz |
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 additional python-format
MIB files for use with PySNMP.
WWW: http://pysnmp.sourceforge.net/
PR: ports/95674
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 3acd773..9c4fdc1 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-mibs SUBDIR += py-yapsnmp SUBDIR += rancid SUBDIR += rate |