8d6597e0bb
With hat: portmgr Sponsored by: Absolight
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bunny
|
|
PORTVERSION= 2.3.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.0.1:net/rubygem-amq-protocol
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|