freebsd-ports/net/rubygem-amq-client/Makefile
2015-09-17 17:15:24 +00:00

25 lines
601 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= amq-client
PORTVERSION= 1.0.4
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fully-featured, low-level AMQP 0.9.1 client in Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-amq-protocol>=1.9.0:${PORTSDIR}/net/rubygem-amq-protocol \
rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
DEPRECATED= Deprecated by Upstream. It is part of net/rubygem-amqp codebase now
EXPIRATION_DATE=2015-09-30
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>