mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
25 lines
593 B
Makefile
25 lines
593 B
Makefile
# Created by: Scott Sanders <scott@jssjr.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= em-http-request
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= EventMachine based, async HTTP Request client
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3.4:www/rubygem-addressable \
|
|
rubygem-cookiejar>=0:www/rubygem-cookiejar \
|
|
rubygem-em-socksify>=0.3:www/rubygem-em-socksify \
|
|
rubygem-eventmachine>=1.0.3:devel/rubygem-eventmachine \
|
|
rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|