blob: f44b14366b7b84002c5e80ecc3157d0de69dd575 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Loic Pefferkorn <loic-freebsd@loicp.eu>
# $FreeBSD$
PORTNAME= amqp-utils
PORTVERSION= 0.5.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= loic-freebsd@loicp.eu
COMMENT= Command line utilies for interacting with AMQP compliant queues
RUN_DEPENDS= rubygem-amqp>=0.7.1:${PORTSDIR}/net/rubygem-amqp \
rubygem-clio>=0.3.0:${PORTSDIR}/devel/rubygem-clio \
rubygem-facets>=2.9:${PORTSDIR}/devel/rubygem-facets \
rubygem-heredoc_unindent>=1.1.2:${PORTSDIR}/textproc/rubygem-heredoc_unindent \
rubygem-json>=1.5:${PORTSDIR}/devel/rubygem-json \
rubygem-msgpack>=0.4.5:${PORTSDIR}/devel/rubygem-msgpack \
rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/amqp-deleteq bin/amqp-dequeue bin/amqp-enqueue bin/amqp-peek bin/amqp-pop \
bin/amqp-purge bin/amqp-spy bin/amqp-statq bin/amqp-unbind \
bin/amqp-delexch bin/amqp-exchange
NO_STAGE= yes
.include <bsd.port.mk>
|