ports/devel/rubygem-async-io/Makefile
2024-09-25 12:22:38 +08:00

20 lines
425 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
LICENSE_FILE= ${WRKSRC}/license.md
RUN_DEPENDS= rubygem-async>=0:devel/rubygem-async
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>