opnsense-ports/devel/rubygem-rb-inotify/Makefile
Franco Fichtner a69b97ae8a */*: sync with upstream
Taken from: HardenedBSD
2017-06-25 10:21:59 +02:00

21 lines
410 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rb-inotify
PORTVERSION= 0.9.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby wrapper for libinotify, using ffi
LICENSE= MIT
LIB_DEPENDS= libinotify.so:devel/libinotify
RUN_DEPENDS= rubygem-ffi>=0.5.0:devel/rubygem-ffi
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>