opnsense-ports/devel/rubygem-rb-kqueue/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>