diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-09-28 17:18:03 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-09-28 17:18:03 +0800 |
commit | 75b676e3aca0bdb0c15ca247a527f064a90f9e4c (patch) | |
tree | c8285b1e8a4ebe5c06b405aea4db2db4aa2a0b41 /net/Makefile | |
parent | e94329df49c4e1bde5f7dc95844b53ec1cf02010 (diff) | |
download | freebsd-ports-gnome-75b676e3aca0bdb0c15ca247a527f064a90f9e4c.tar.gz freebsd-ports-gnome-75b676e3aca0bdb0c15ca247a527f064a90f9e4c.tar.zst freebsd-ports-gnome-75b676e3aca0bdb0c15ca247a527f064a90f9e4c.zip |
amq-protocol is an AMQP 0.9.1 serialization library for Ruby.
It is not an AMQP client: amq-protocol only handles serialization and deserialization.
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 aee5981f0a92..a69a33a3ecba 100644 --- a/net/Makefile +++ b/net/Makefile @@ -957,6 +957,7 @@ SUBDIR += ruby-net-geoip SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver + SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-bunny |