7ca0ad446f
Changes: https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md PR: 220654 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bunny
|
|
PORTVERSION= 2.7.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Another synchronous Ruby AMQP client
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-amq-protocol>=2.2.0:net/rubygem-amq-protocol
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|