aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-bunny/Makefile
blob: 356ee753feb061dc4f6bc037029cdd866d801fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ports collection makefile for:    rubygem-bunny
# Date created:             19 Mar 2010
# Whom:                 renchap@cocoa-x.com
#
# $FreeBSD$
#

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

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

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>