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:
parent
21aca7e92a
commit
1aa3d1fbb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321761
@ -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
|
||||
|
18
www/rubygem-ethon/Makefile
Normal file
18
www/rubygem-ethon/Makefile
Normal 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>
|
2
www/rubygem-ethon/distinfo
Normal file
2
www/rubygem-ethon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/ethon-0.5.12.gem) = 2625658ac25faa7e59a2e5433a2985cecb556acb727d98e69cfe5efb69c67fdf
|
||||
SIZE (rubygem/ethon-0.5.12.gem) = 45056
|
3
www/rubygem-ethon/pkg-descr
Normal file
3
www/rubygem-ethon/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Very lightweight libcurl wrapper
|
||||
|
||||
WWW: https://github.com/typhoeus/ethon
|
Loading…
Reference in New Issue
Block a user