freebsd-ports/net/rubygem-bunny/Makefile
Steve Wills 3cdf232e5c - Update to 0.9.7
PR:		ports/180537
Approved by:	maintainer timeout (renchap@cocoa-x.com, >2 weeks)
2013-07-27 14:33:52 +00:00

18 lines
362 B
Makefile

# 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>