aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-amqp/Makefile
blob: eacf6d3580cf9a208a26249421c956c7c47b0cff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:    rubygem-amqp
# Date created:             20 Feb 2011
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   amqp
PORTVERSION=    0.9.3
CATEGORIES= net rubygems
MASTER_SITES=   RG

MAINTAINER= clsung@FreeBSD.org
COMMENT=    An implementation of the AMQP protocol for RabbitMQ clients

RUN_DEPENDS=    rubygem-amq-client>=0.9.2:${PORTSDIR}/net/rubygem-amq-client \
        rubygem-amq-protocol>=0.9.0:${PORTSDIR}/net/rubygem-amq-protocol \
        rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>