freebsd-ports/devel/rubygem-rb-inotify/Makefile
2017-01-27 20:52:52 +00:00

22 lines
445 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rb-inotify
PORTVERSION= 0.9.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby wrapper for libinotify, using ffi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
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>