summaryrefslogtreecommitdiff
path: root/databases/ruby-arel/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-12 04:15:05 +0000
committertaca <taca>2010-09-12 04:15:05 +0000
commit9d0546dd18b9a29706e3a9d1f25d1173f923beba (patch)
tree6d9f7d2ff52051bb9d7244df1b3047e448fff784 /databases/ruby-arel/Makefile
parent5f5b2be1442f003e96a9ed189a3c0bd73129ce12 (diff)
downloadpkgsrc-9d0546dd18b9a29706e3a9d1f25d1173f923beba.tar.gz
Importing of databases/ruby-arel 1.0.1.
## Abstract ## Arel is a Relational Algebra for Ruby. 1) simplifies the generation complex of SQL queries 2) adapts to various RDBMS systems It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation. ## Status ## For the moment, Arel uses ActiveRecord's connection adapters to connect to the various engines, connection pooling, perform quoting, and do type conversion. On the horizon is the use of DataObjects instead. The long term goal, following both LINQ and DataMapper, is to have Arel adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc.
Diffstat (limited to 'databases/ruby-arel/Makefile')
-rw-r--r--databases/ruby-arel/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/ruby-arel/Makefile b/databases/ruby-arel/Makefile
new file mode 100644
index 00000000000..f4e97df0ff2
--- /dev/null
+++ b/databases/ruby-arel/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 04:15:05 taca Exp $
+
+DISTNAME= arel-1.0.1
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/brynary/arel/
+COMMENT= Arel is a relational algebra engine for Ruby
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.0:../../devel/ruby-activesupport3
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"