1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Very lightweight libcurl wrapper

WWW: https://github.com/typhoeus/ethon
This commit is contained in:
Steve Wills 2013-06-25 19:50:26 +00:00
parent 21aca7e92a
commit 1aa3d1fbb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321761
4 changed files with 24 additions and 0 deletions

View File

@ -1743,6 +1743,7 @@
SUBDIR += rubygem-em-websocket
SUBDIR += rubygem-emk-sinatra-url-for
SUBDIR += rubygem-erubis
SUBDIR += rubygem-ethon
SUBDIR += rubygem-eventmachine_httpserver
SUBDIR += rubygem-faraday
SUBDIR += rubygem-faraday_middleware

View File

@ -0,0 +1,18 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= ethon
PORTVERSION= 0.5.12
CATEGORIES= www rubygems
MAINTAINER= ruby@FreeBSD.org
COMMENT= Very lightweight libcurl wrapper
RUN_DEPENDS= rubygem-ffi>=1.3.0:${PORTSDIR}/devel/rubygem-ffi \
rubygem-mime-types>=1.18:${PORTSDIR}/misc/rubygem-mime-types
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/ethon-0.5.12.gem) = 2625658ac25faa7e59a2e5433a2985cecb556acb727d98e69cfe5efb69c67fdf
SIZE (rubygem/ethon-0.5.12.gem) = 45056

View File

@ -0,0 +1,3 @@
Very lightweight libcurl wrapper
WWW: https://github.com/typhoeus/ethon