freebsd-ports/devel/rubygem-rb-inotify/Makefile
2014-06-08 13:24:14 +00:00

21 lines
450 B
Makefile

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