ports/net/rubygem-proxifier2/Makefile
Po-Chuan Hsieh 0c9d7b447d
net/rubygem-proxifier2: Add rubygem-proxifier2 1.1.0
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.
2023-05-28 07:43:37 +08:00

21 lines
405 B
Makefile

PORTNAME= proxifier2
PORTVERSION= 1.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add HTTP or SOCKS proxies support and force TCPSocket to use proxies
WWW= https://github.com/chef/ruby-proxifier
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/pirb bin/pruby
CONFLICTS_INSTALL= rubygem-proxifier
.include <bsd.port.mk>