Changes: https://github.com/socketry/io-event/blob/main/releases.md https://github.com/socketry/io-event/commits/main https://socketry.github.io/io-event/releases/
17 lines
305 B
Makefile
17 lines
305 B
Makefile
PORTNAME= io-event
|
|
PORTVERSION= 1.14.2
|
|
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>
|