freebsd-ports/www/rubygem-em-http-request/Makefile
Philip M. Gollucci 1924dc71ba - Update to 0.2.14
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:14:51 +00:00

24 lines
623 B
Makefile

# Ports collection makefile for: rubygem-em-http-request
# Date created: 13 Dec 2011
# Whom: Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#
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>