16 lines
241 B
Makefile
16 lines
241 B
Makefile
|
COMMENT= cross-platform asynchronous I/O primitives
|
||
|
|
||
|
DISTNAME= nio4r-2.5.9
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
HOMEPAGE= https://github.com/socketry/nio4r
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE= gem ext
|
||
|
|
||
|
.include <bsd.port.mk>
|