pkgsrc/databases/ruby-dm-sweatshop/Makefile
taca 7f7abe84f8 Importing databases/ruby-dm-sweatshop package version 1.2.0.
dm-sweatshop is a model factory for DataMapper.  It makes it easy & painless
to crank out complex pseudo random models -- useful for tests and seed data.
Production Goals:

* Easy generation of random models with data that fits the application domain.
* Simple syntax for declaring and generating model patterns.
* Add context to model patterns, allowing grouping and
* Effortlessly generate or fill in associations for creating complex models
  with few lines of code.
2011-12-17 17:32:33 +00:00

16 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:32:33 taca Exp $
DISTNAME= dm-sweatshop-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-sweatshop
COMMENT= DataMapper plugin for building pseudo random models
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
DEPENDS+= ${RUBY_PKGPREFIX}-randexp>=0.1.5<0.2:../../devel/ruby-randexp
DEPENDS+= ${RUBY_PKGPREFIX}-parsetree>=3.0.7<3.1:../../devel/ruby-parsetree
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"