pkgsrc/databases/ruby-dm-is-tree/Makefile
taca cd6d7d6032 Importing databases/ruby-dm-is-tree package version 1.2.0.
DataMapper plugin enabling easy creation of tree structures from your DM models.

This requires a foreign key property for your model, which by default would be
called :parent_id.
2011-12-17 17:27:34 +00:00

13 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:27:34 taca Exp $
DISTNAME= dm-is-tree-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-is-tree
COMMENT= DataMapper plugin allowing the creation of tree structures
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"