1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/rubygem-amqp067/Makefile
Philip M. Gollucci 4484679ff5 - set PORTSCOUT var
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 02:22:59 +00:00

25 lines
529 B
Makefile

# Ports collection makefile for: rubygem-amqp
# Date created: Dec 16, 2011
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
PORTNAME= amqp
PORTVERSION= 0.6.7
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An implementation of the AMQP protocol for RabbitMQ clients
RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine
NO_LATEST_LINK= yes
PORTSCOUT= limit:0.6.7
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>