ports/devel/rubygem-async-io/Makefile

19 lines
390 B
Makefile

PORTNAME= async-io
PORTVERSION= 1.43.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides support for asynchronous TCP, UDP, Unix, and SSL sockets
WWW= https://socketry.github.io/async-io/ \
https://github.com/socketry/async-io
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=0:devel/rubygem-async
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>