1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/rubygem-bunny060/Makefile
2013-10-29 16:38:07 +00:00

22 lines
393 B
Makefile

# Created by: renchap@cocoa-x.com
# $FreeBSD$
PORTNAME= bunny
PORTVERSION= 0.6.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Another synchronous Ruby AMQP client
RUN_DEPENDS= rubygem-amq-protocol>=1.6.0:${PORTSDIR}/net/rubygem-amq-protocol
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PKGNAMESUFFIX= 060
NO_STAGE= yes
.include <bsd.port.mk>