4f9193aae1
- While I'm here: - Add LICENSE - Support STAGEDIR Changes: https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md PR: ports/181587 Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bunny
|
|
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
|
|
|
|
.include <bsd.port.mk>
|