fa130ef27c
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)
22 lines
390 B
Makefile
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>
|