# Ports collection makefile for:	rubygem-em-http-request
# Date created:				13 Dec 2011
# Whom:					Scott Sanders <scott@jssjr.com>
#
# $FreeBSD: ports/www/rubygem-em-http-request/Makefile,v 1.4 2012/02/12 02:14:51 pgollucci Exp $
#

PORTNAME=	em-http-request
PORTVERSION=	0.2.14
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	EventMachine based, async HTTP Request client

RUN_DEPENDS=	rubygem-addressable>=2.0.0:${PORTSDIR}/www/rubygem-addressable \
		rubygem-escape_utils>=0:${PORTSDIR}/textproc/rubygem-escape_utils \
		rubygem-eventmachine>=0.12.9:${PORTSDIR}/devel/rubygem-eventmachine

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
