diff options
author | tj <tj@FreeBSD.org> | 2012-09-20 22:21:34 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-09-20 22:21:34 +0800 |
commit | b1f0acf9f0709b752a7d168399aa98a8acf2e901 (patch) | |
tree | 786e60cb1e52b77d54d02aa62c1f78bb41eb679f /net/Makefile | |
parent | ed8df9fe3a362b2602ebfeab93b6fa441433be35 (diff) | |
download | freebsd-ports-gnome-b1f0acf9f0709b752a7d168399aa98a8acf2e901.tar.gz freebsd-ports-gnome-b1f0acf9f0709b752a7d168399aa98a8acf2e901.tar.zst freebsd-ports-gnome-b1f0acf9f0709b752a7d168399aa98a8acf2e901.zip |
This module provides an object oriented client interface to interact
with servers supporting STOMP (Streaming Text Orientated Messaging
Protocol). It supports the major features of messaging brokers: SSL,
asynchronous I/O, receipts and transactions.
For details on the protocol see http://stomp.codehaus.org/Protocol.
WWW: http://search.cpan.org/dist/Net-STOMP-Client/
Approved by: db (mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 82523a433c2b..c80fa4d6ee74 100644 --- a/net/Makefile +++ b/net/Makefile @@ -663,6 +663,7 @@ SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-SSH2 + SUBDIR += p5-Net-STOMP-Client SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork |