aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-bunny/Makefile
blob: dde059ec79b4c92a22162a56245e94bc3d1ea4ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: renchap@cocoa-x.com
# $FreeBSD$

PORTNAME=   bunny
PORTVERSION=    0.9.7
CATEGORIES= net rubygems
MASTER_SITES=   RG

MAINTAINER= renchap@cocoa-x.com
COMMENT=    Another synchronous Ruby AMQP client

RUN_DEPENDS=    rubygem-amq-protocol>=1.6.0:${PORTSDIR}/net/rubygem-amq-protocol

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>