summaryrefslogtreecommitdiff
path: root/databases/ruby-datamapper/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:15:42 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:15:42 +0000
commit11fd08f74990d16ae0669438ab86e7eb357af1a7 (patch)
tree004769133c05e6f2710138b234c39c9358f40ed5 /databases/ruby-datamapper/Makefile
parentad6676ac519f6c8d7dcbf473f0743d646dc56079 (diff)
downloadpkgsrc-11fd08f74990d16ae0669438ab86e7eb357af1a7.tar.gz
Initial import of ruby18-datamapper-0.3.0 as databases/ruby-datamapper.
DataMapper is a Object Relational Mapper written in Ruby. The goal is to create an ORM which is fast, thread-safe and feature-rich with ActiveRecord-compatibility.
Diffstat (limited to 'databases/ruby-datamapper/Makefile')
-rw-r--r--databases/ruby-datamapper/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/ruby-datamapper/Makefile b/databases/ruby-datamapper/Makefile
new file mode 100644
index 00000000000..3e5b76355bd
--- /dev/null
+++ b/databases/ruby-datamapper/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:15:42 jlam Exp $
+
+DISTNAME= datamapper-0.3.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.datamapper.org/
+COMMENT= Fast, thread-safe, object-relational mapper
+
+DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.2:../../textproc/ruby-json-pure
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec
+DEPENDS+= ${RUBY_PKGPREFIX}-validatable>=1.6.7:../../devel/ruby-validatable
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"