mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
8b5bb5e7fc
This is a simple wrapper over the kqueue BSD event notification interface (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension. WWW: https://github.com/mat813/rb-kqueue RG: https://rubygems.org/gems/rb-kqueue
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rb-kqueue
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby wrapper for BSD kqueue, using FFI
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|