aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-amqp067/Makefile
blob: ed4265f50f67319cb03789628c958b5c59d7ff57 (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:             Dec 16, 2011
# Whom:                 Philip M. Gollucci <pgollucci@p6m7g8.com>   
#
# $FreeBSD$

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

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

RUN_DEPENDS=    rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine

NO_LATEST_LINK= yes
PORTSCOUT=  limit:0.6.7

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>