mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
19 lines
353 B
Makefile
19 lines
353 B
Makefile
# $FreeBSD: head/www/rubygem-socksify/Makefile 434789 2017-02-25 09:56:15Z sunpoet $
|
|
|
|
PORTNAME= socksify
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Redirects any TCP connection through a SOCKS5 proxy
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/socksify_ruby
|
|
|
|
.include <bsd.port.mk>
|