mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
425 B
Makefile
19 lines
425 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-rb-kqueue/Makefile 441088 2017-05-17 17:13:06Z sunpoet $
|
|
|
|
PORTNAME= rb-kqueue
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby wrapper for BSD kqueue, using FFI
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=0.5.0:ruby/rubygem-ffi
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|