freebsd-ports/devel/rubygem-rb-inotify/Makefile
Sunpoet Po-Chuan Hsieh 0a51f2e66a - Add LICENSE_FILE
2015-12-30 08:06:07 +00:00

23 lines
499 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
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify
RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>