forked from Lainports/freebsd-ports
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. WWW: https://github.com/ttilley/fssm PR: ports/161464 Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# New ports collection makefile for: rubygem-fssm
|
|
# Date created: 2011-10-07
|
|
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fssm
|
|
PORTVERSION= 0.2.7
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jhelfman@experts-exchange.com
|
|
COMMENT= Provides a state tracking and event firing utility
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|