freebsd-ports/devel/rubygem-async-io/Makefile
Sunpoet Po-Chuan Hsieh 28f812b233 Add rubygem-async-io 1.25.0
Async::IO provides builds on async and provides asynchronous wrappers for IO,
Socket, and related classes.

WWW: https://github.com/socketry/async-io
2019-08-19 20:47:42 +00:00

21 lines
387 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= async-io
PORTVERSION= 1.25.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides support for asynchonous TCP, UDP, UNIX and SSL sockets
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.14<2:devel/rubygem-async
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>