19 lines
357 B
Makefile
19 lines
357 B
Makefile
PORTNAME= rb-kqueue
|
|
PORTVERSION= 0.2.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby wrapper for BSD kqueue, using FFI
|
|
WWW= https://github.com/mat813/rb-kqueue
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=0.5.0:devel/rubygem-ffi
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|