98eb5ad11e
2.5.8 (2021-08-03) * Fix incorrect return types. Fixes #275. * Remove guard from Gemfile.
12 lines
329 B
Makefile
12 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/08/31 15:43:25 taca Exp $
|
|
|
|
DISTNAME= nio4r-2.5.8
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/socketry/nio4r
|
|
COMMENT= Cross-platform asynchronous I/O primitives for scalable network
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|