blob: 33016cfc8f78fc4136744c75c0db9970687fe704 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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:${PORTSDIR}/net/rubygem-amq-protocol
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|