mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
20 lines
425 B
Makefile
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>
|