pkgsrc/sysutils/ruby-directory-watcher/Makefile
jlam b3b980cd17 Initial import of ruby18-directory-watcher-1.1.1 as
sysutils/ruby-directory-watcher.

The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user-supplied glob pattern.
As the file list changes from one interval to the next, events are
generated and dispatched to registered observers.  Three types of
events are supported -- added, modified, and removed.
2008-04-04 15:20:53 +00:00

12 lines
366 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:53 jlam Exp $
DISTNAME= directory_watcher-1.1.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
COMMENT= FAM-like facility for Ruby
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"