freebsd-ports/net/rubygem-amq-client/Makefile
Cheng-Lung Sung 5fc35447d5 amq-client is a fully-featured, low-level AMQP 0.9.1 client that
runs on Ruby 1.8.7, 1.9.2, REE, Rubinius and JRuby.

It's sweet spot is in serving as foundation for higher-level, more
opinionated AMQP libraries.

It can be used directly by applications code when performance and access
to advanced AMQP protocol features is more important that API convenience.

WWW: https://github.com/ruby-amqp/amq-client
2011-09-30 01:09:35 +00:00

22 lines
555 B
Makefile

# Ports collection makefile for: rubygem-amq-client
# Date created: 29 Sep 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= amq-client
PORTVERSION= 0.8.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= A fully-featured, low-level AMQP 0.9.1 client in Ruby
RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-amq-protocol>=0.8.0:${PORTSDIR}/net/rubygem-amq-protocol
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>