summaryrefslogtreecommitdiff
path: root/databases/ruby-do_postgres/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-12-17 17:13:07 +0000
committertaca <taca>2011-12-17 17:13:07 +0000
commit80479ed455296c1af7ca4c181d73a84b6459aa56 (patch)
tree0a53a54c8b115a0ac39323d8c4da8556c58e8aeb /databases/ruby-do_postgres/Makefile
parent26c0004aaf609abae12638ae5b3e7aa62c4fef50 (diff)
downloadpkgsrc-80479ed455296c1af7ca4c181d73a84b6459aa56.tar.gz
Importing databases/ruby-do_postgres package version 0.10.7.
A PostgreSQL driver for DataObjects. This driver implements the DataObjects API for the PostgreSQL relational database.
Diffstat (limited to 'databases/ruby-do_postgres/Makefile')
-rw-r--r--databases/ruby-do_postgres/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile
new file mode 100644
index 00000000000..08c503d5146
--- /dev/null
+++ b/databases/ruby-do_postgres/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:13:07 taca Exp $
+
+DISTNAME= do_postgres-0.10.7
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://dataobjects.info/
+COMMENT= PostgreSQL driver for DataObjects
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.7<0.11:../../databases/ruby-data_objects
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"