freebsd-ports/net/rubygem-proxifier/Makefile
Sunpoet Po-Chuan Hsieh 83ba8b3a37 Add rubygem-proxifier 1.0.3
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 use 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.

WWW: https://github.com/samuelkadolph/ruby-proxifier
2017-07-16 00:46:18 +00:00

21 lines
390 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= proxifier
PORTVERSION= 1.0.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add HTTP or SOCKS proxies support and force TCPSocket to use
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/pirb bin/pruby
.include <bsd.port.mk>