1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/rubygem-em-socksify/Makefile
Steve Wills 0a358ae5f0 EM-Socksify: Transparent SOCKS support for any EventMachine protocol
Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to setup
& negotiate a SOCKS5 connection for any EventMachine protocol. To add SOCKS
support, all you have to do is include the module and provide your destination
address.

WWW: https://github.com/igrigorik/em-socksify
2013-02-27 01:39:58 +00:00

18 lines
359 B
Makefile

# $FreeBSD$
PORTNAME= em-socksify
PORTVERSION= 0.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= EventMachine SOCKSify shim: adds SOCKS support to any protocol
RUN_DEPENDS= rubygem-eventmachine>=1.0.0:${PORTSDIR}/devel/rubygem-eventmachine
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>