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

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

MAINTAINER=	ruby@FreeBSD.org
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

PKGNAMESUFFIX=	060

NO_STAGE=	yes
.include <bsd.port.mk>