diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-06-24 23:30:08 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-06-24 23:30:08 +0800 |
commit | dad14ffc48a74ebfdcd1f113a5991ecf13b0b777 (patch) | |
tree | 35deb715af518cbcc4f1401069012a278d748223 /net-mgmt/Makefile | |
parent | 2b39dae24e8eee5fe34dd82a49cf85aff4d41c82 (diff) | |
download | freebsd-ports-graphics-dad14ffc48a74ebfdcd1f113a5991ecf13b0b777.tar.gz freebsd-ports-graphics-dad14ffc48a74ebfdcd1f113a5991ecf13b0b777.tar.zst freebsd-ports-graphics-dad14ffc48a74ebfdcd1f113a5991ecf13b0b777.zip |
This module implements an alternative "event dispatcher" for Net::SNMP, using
AnyEvent as a backend.
It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP
calls and as long as other parts of your program also use AnyEvent (or some
event loop supported by AnyEvent) and they will run in parallel.
WWW: http://search.cpan.org/dist/AnyEvent-SNMP/
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 560ededb1bb..3f740c5a877 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -183,6 +183,7 @@ SUBDIR += openvmps SUBDIR += ourmon SUBDIR += p0f + SUBDIR += p5-AnyEvent-SNMP SUBDIR += p5-Cflow SUBDIR += p5-Cisco-Reconfig SUBDIR += p5-Data-Validate-IP |