freebsd-ports/net/rubygem-bunny/Makefile
Sunpoet Po-Chuan Hsieh fa130ef27c - Update to 2.2.0
Changes:	https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md
PR:		202508
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
Approved by:	maintainer (timeout, 4 weeks)
2015-09-17 17:15:28 +00:00

22 lines
390 B
Makefile

# Created by: renchap@cocoa-x.com
# $FreeBSD$
PORTNAME= bunny
PORTVERSION= 2.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Another synchronous Ruby AMQP client
LICENSE= MIT
RUN_DEPENDS= rubygem-amq-protocol>=2.0.0:${PORTSDIR}/net/rubygem-amq-protocol
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>