freebsd-ports/net/rubygem-bunny/Makefile
Sunpoet Po-Chuan Hsieh 4f9193aae1 - Update to 0.10.8
- 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)
2013-12-09 19:31:21 +00:00

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>