forked from Lainports/freebsd-ports
Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in Tarantool ruby client and private libs. WWW: https://github.com/mailru/iproto-ruby PR: ports/178621 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
19 lines
415 B
Makefile
19 lines
415 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iproto
|
|
PORTVERSION= 0.3.8
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Ruby implementation of Mail.Ru iproto protocol
|
|
|
|
RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils
|
|
|
|
RUBY_VER= 1.9
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|