mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= em-socksify
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= EventMachine SOCKSify shim: adds SOCKS support to any protocol
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=1.0.0:devel/rubygem-eventmachine
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|