diff options
author | garga <garga@FreeBSD.org> | 2006-04-17 19:25:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-17 19:25:00 +0800 |
commit | ad02190375e2abe400ad5a65188b7e497e43ec49 (patch) | |
tree | 7e0880fbfaf479b5f0a4f7b48f5767827765a389 /net-mgmt/Makefile | |
parent | 58983b163c869f6a79a7ea835910dcd72d4e4626 (diff) | |
download | freebsd-ports-gnome-ad02190375e2abe400ad5a65188b7e497e43ec49.tar.gz freebsd-ports-gnome-ad02190375e2abe400ad5a65188b7e497e43ec49.tar.zst freebsd-ports-gnome-ad02190375e2abe400ad5a65188b7e497e43ec49.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.
WWW: http://pysnmp.sourceforge.net/
PR: ports/95673
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 fcb4c888235a..3acd77361009 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -154,6 +154,7 @@ SUBDIR += py-flowtools SUBDIR += py-ipy SUBDIR += py-snmp + SUBDIR += py-snmp4 SUBDIR += py-yapsnmp SUBDIR += rancid SUBDIR += rate |