freebsd-ports/net/rubygem-amqp-utils/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

32 lines
1.1 KiB
Makefile

# Ports collection makefile for: rubygem-amqp-utils
# Date created: 11 July 2011
# Whom: Loic Pefferkorn <loic-freebsd@loicp.eu>
#
# $FreeBSD$
PORTNAME= amqp-utils
PORTVERSION= 0.5.0
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
.include <bsd.port.mk>