diff options
author | sbz <sbz@FreeBSD.org> | 2012-10-18 23:22:56 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2012-10-18 23:22:56 +0800 |
commit | 39766c80165f639d90c7edb0174fc8cff3957002 (patch) | |
tree | 32fff07d0693db273e531de2ffd8bea7f00a3b40 /net/Makefile | |
parent | 1781fefd2ae29a92641437f33fe59600be2e9079 (diff) | |
download | freebsd-ports-gnome-39766c80165f639d90c7edb0174fc8cff3957002.tar.gz freebsd-ports-gnome-39766c80165f639d90c7edb0174fc8cff3957002.tar.zst freebsd-ports-gnome-39766c80165f639d90c7edb0174fc8cff3957002.zip |
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure python
alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq.
WWW: http://github.com/celery/py-amqp
PR: ports/171506
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe: yes
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 127474beec71..022017f034b3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -879,6 +879,7 @@ SUBDIR += pvm++ SUBDIR += pxe SUBDIR += py-GeoIP + SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-pybeanstalk |