pkgsrc/net/ruby-em-socksify/Makefile
taca 0204fbe4e0 Add ruby-em-socksify pacakge version 0.3.0.
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.
2013-09-15 18:46:56 +00:00

14 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/15 18:46:56 taca Exp $
DISTNAME= em-socksify-0.3.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/igrigorik/em-socksify
COMMENT= Transparent SOCKS support for any EventMachine protocol
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.0:../../devel/ruby-eventmachine
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"