32 lines
919 B
Makefile
32 lines
919 B
Makefile
# Created by: Loic Pefferkorn <loic-freebsd@loicp.eu>
|
|
|
|
PORTNAME= amqp-utils
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= loic-freebsd@loicp.eu
|
|
COMMENT= Command-line utilities to work with AMQP-compliant queues
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
|
|
RUN_DEPENDS= rubygem-amqp>=0.7.1:net/rubygem-amqp \
|
|
rubygem-clio>=0.3.0:devel/rubygem-clio \
|
|
rubygem-facets>=2.9:devel/rubygem-facets \
|
|
rubygem-heredoc_unindent>=1.1.2:textproc/rubygem-heredoc_unindent \
|
|
rubygem-json1>=1.5:devel/rubygem-json1 \
|
|
rubygem-msgpack>=0.4.5:devel/rubygem-msgpack \
|
|
rubygem-trollop1>=1.16.2:devel/rubygem-trollop1
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|