mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Changes: https://github.com/socketry/io-event/releases https://github.com/socketry/io-event/commits/main
16 lines
304 B
Makefile
16 lines
304 B
Makefile
PORTNAME= io-event
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Event loop
|
|
WWW= https://socketry.github.io/io-event/ \
|
|
https://github.com/socketry/io-event
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|