20 lines
367 B
Makefile
20 lines
367 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
|
|
PORTNAME= bunny
|
|
PORTVERSION= 2.9.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>
|