summaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_sqlite3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-dbd_sqlite3/Makefile')
-rw-r--r--databases/ruby-dbd_sqlite3/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/ruby-dbd_sqlite3/Makefile b/databases/ruby-dbd_sqlite3/Makefile
new file mode 100644
index 000000000000..2d4cc8234e51
--- /dev/null
+++ b/databases/ruby-dbd_sqlite3/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: dbd_sqlite3 for DBD-for-Ruby
+# Date created: 29 October 2009
+# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dbd_sqlite3
+PORTVERSION= 1.2.4
+CATEGORIES= databases ruby
+MASTER_SITES= RF
+MASTER_SITE_SUBDIR= ruby-dbi
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= dbd-sqlite3-${PORTVERSION}
+DIST_SUBDIR= ruby
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= SQLite3 driver for DBI-for-Ruby
+
+LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi
+
+USE_RUBY= yes
+USE_RUBY_SETUP= yes
+
+.include <bsd.port.mk>