18 lines
359 B
Makefile
18 lines
359 B
Makefile
PORTNAME= bunny
|
|
PORTVERSION= 2.9.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Another synchronous Ruby AMQP client
|
|
WWW= https://github.com/ruby-amqp/bunny
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-amq-protocol>=2.2.0:net/rubygem-amq-protocol
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|