17 lines
359 B
Makefile
17 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= em-socksify
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= EventMachine SOCKSify shim: adds SOCKS support to any protocol
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=1.0.0:${PORTSDIR}/devel/rubygem-eventmachine
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|