pkgsrc/net/ruby-proxifier/Makefile
taca 95305977b5 Add ruby-proxifier package version 1.0.3.
Proxifier is a gem to force ruby to use a proxy.

This gem was created for 2 purposes.

First is to enable ruby programmers to use HTTP or SOCKS proxies
interchangeably when using TCPSockets. Either manually with
Proxifier::Proxy#open or by require "proxifier/env".

The second purpose is to use ruby code that doesn't user proxies for users
that have to use proxies.

The pruby and pirb executables are simple wrappers for their respective ruby
executables that support proxies from environment variables.
2017-06-05 14:52:55 +00:00

14 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/05 14:52:55 taca Exp $
DISTNAME= proxifier-1.0.3
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/samuelkadolph/ruby-proxifier
COMMENT= Proxifier is a gem to force ruby to use a proxy
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"