pkgsrc/sysutils/ruby-fssm/Makefile
taca dae0ce9251 Importing ruby-fssm package version 0.2.7. It is needed by newer
ruby-compass pacakge.

The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
(create/update/delete). FSSM supports using FSEvents on MacOS, Inotify
on GNU/Linux, and polling anywhere else.
2011-06-19 07:36:15 +00:00

12 lines
297 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 07:36:15 taca Exp $
DISTNAME= fssm-0.2.7
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ttilley/fssm
COMMENT= File System State Monitor
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"