mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# Ports collection makefile for: rubygem-amqp
|
|
# Date created: 20 Feb 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= amqp
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= An implementation of the AMQP protocol for RabbitMQ clients
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0.12.0:${PORTSDIR}/devel/rubygem-eventmachine
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|