30caf817cc
Changes: https://github.com/socketry/nio4r/blob/master/CHANGES.md https://github.com/socketry/nio4r/commits/master
16 lines
288 B
Makefile
16 lines
288 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= nio4r
|
|
PORTVERSION= 2.5.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Cross-platform asynchronous I/O primitives
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|