forked from Lainports/freebsd-ports
Changes: https://github.com/socketry/nio4r/releases https://github.com/socketry/nio4r/blob/main/changes.md https://github.com/socketry/nio4r/commits/main
15 lines
289 B
Makefile
15 lines
289 B
Makefile
PORTNAME= nio4r
|
|
PORTVERSION= 2.7.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Cross-platform asynchronous I/O primitives
|
|
WWW= https://github.com/socketry/nio4r
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|