aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-bunny/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-09 19:31:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-09 19:31:21 +0000
commit4f9193aae1a8133e08a9dca247b0b1e9a43b3431 (patch)
treebcb9c967f79dc015592b12dee54feac319997db5 /net/rubygem-bunny/Makefile
parent3c13374d32178114f9ec00bc36eb22c994870c7b (diff)
downloadports-4f9193aae1a8133e08a9dca247b0b1e9a43b3431.tar.gz
ports-4f9193aae1a8133e08a9dca247b0b1e9a43b3431.zip
Notes
Diffstat (limited to 'net/rubygem-bunny/Makefile')
-rw-r--r--net/rubygem-bunny/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-bunny/Makefile b/net/rubygem-bunny/Makefile
index 2f80b0f48e0a..8c85fd00d23f 100644
--- a/net/rubygem-bunny/Makefile
+++ b/net/rubygem-bunny/Makefile
@@ -2,18 +2,19 @@
# $FreeBSD$
PORTNAME= bunny
-PORTVERSION= 0.9.7
+PORTVERSION= 0.10.8
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Another synchronous Ruby AMQP client
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-amq-protocol>=1.6.0:${PORTSDIR}/net/rubygem-amq-protocol
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>