pkgsrc/databases/ruby-dm-is-state_machine/Makefile
taca 00f70e6d11 Importing databases/ruby-dm-is-state_machine package version 1.2.0.
DataMapper plugin that adds state machine functionality to your models.

== Why is this plugin useful?

Your DataMapper resource might benefit from a state machine if it:

* has different "modes" of operation
* has discrete behaviors
* especially if the behaviors are mutually exclusive

And you want a clean, high-level way of describing these modes / behaviors
and how the resource moves between them.  This plugin allows you to
declaratively describe the states and transitions involved.
2011-12-17 17:26:53 +00:00

14 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:26:53 taca Exp $
DISTNAME= dm-is-state_machine-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-is-state_machine
COMMENT= DataMapper plugin for creating state machines
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"