mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# Created by: Scott Sanders <scott@jssjr.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= em-http-request
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= EventMachine based, async HTTP Request client
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.2.3:${PORTSDIR}/www/rubygem-addressable \
|
|
rubygem-cookiejar>=0:${PORTSDIR}/www/rubygem-cookiejar \
|
|
rubygem-em-socksify>=0:${PORTSDIR}/www/rubygem-em-socksify \
|
|
rubygem-eventmachine>=1.0.0:${PORTSDIR}/devel/rubygem-eventmachine \
|
|
rubygem-http_parser.rb>=0.5.3:${PORTSDIR}/net/rubygem-http_parser.rb
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|