summaryrefslogtreecommitdiffstats
path: root/databases/ruby-dbd_msql
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-06-09 15:53:10 +0000
committerknu <knu@FreeBSD.org>2001-06-09 15:53:10 +0000
commitf89266dd2b5c56de92dcdb8f0a1f588d59896e32 (patch)
tree95fc4180be6ad97e641a92f0ee89691b7944f6a4 /databases/ruby-dbd_msql
parent1273104b9ed544032c83b8636d3f342186ed0782 (diff)
downloadFreeBSD-ports-f89266dd2b5c56de92dcdb8f0a1f588d59896e32.zip
FreeBSD-ports-f89266dd2b5c56de92dcdb8f0a1f588d59896e32.tar.gz
Add ruby-dbd_msql, the mSQL driver for DBI-for-Ruby.
Diffstat (limited to 'databases/ruby-dbd_msql')
-rw-r--r--databases/ruby-dbd_msql/Makefile29
-rw-r--r--databases/ruby-dbd_msql/pkg-comment1
-rw-r--r--databases/ruby-dbd_msql/pkg-descr4
-rw-r--r--databases/ruby-dbd_msql/pkg-plist2
4 files changed, 36 insertions, 0 deletions
diff --git a/databases/ruby-dbd_msql/Makefile b/databases/ruby-dbd_msql/Makefile
new file mode 100644
index 0000000..5452d1b4
--- /dev/null
+++ b/databases/ruby-dbd_msql/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: dbd_msql for DBD-for-Ruby
+# Date created: 10 June 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dbd_msql
+PORTVERSION= ${RUBY_DBI_PORTVERSION}
+CATEGORIES= databases ruby
+MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ${RUBY_DBI_DISTNAME}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
+ ${RUBY_SITEARCHLIBDIR}/msql.so:${.CURDIR}/../ruby-msql
+
+USE_RUBY= yes
+USE_RUBY_SETUP= yes
+
+WRKSRC= ${RUBY_DBI_WRKSRC}
+CONFIGURE_ARGS= --with=lib/${PORTNAME}
+
+.include "${.CURDIR}/../ruby-dbi/Makefile.common"
+
+.include <bsd.port.mk>
diff --git a/databases/ruby-dbd_msql/pkg-comment b/databases/ruby-dbd_msql/pkg-comment
new file mode 100644
index 0000000..524db2a
--- /dev/null
+++ b/databases/ruby-dbd_msql/pkg-comment
@@ -0,0 +1 @@
+mSQL driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_msql/pkg-descr b/databases/ruby-dbd_msql/pkg-descr
new file mode 100644
index 0000000..b7bdf87
--- /dev/null
+++ b/databases/ruby-dbd_msql/pkg-descr
@@ -0,0 +1,4 @@
+This is the mSQL driver for DBI-for-Ruby.
+
+Author: Michael Neumann <neumann@s-direktnet.de>
+WWW: http://www.ruby-projects.org/dbi/
diff --git a/databases/ruby-dbd_msql/pkg-plist b/databases/ruby-dbd_msql/pkg-plist
new file mode 100644
index 0000000..1eb7517
--- /dev/null
+++ b/databases/ruby-dbd_msql/pkg-plist
@@ -0,0 +1,2 @@
+%%RUBY_SITELIBDIR%%/DBD/Msql/Msql.rb
+@dirrm %%RUBY_SITELIBDIR%%/DBD/Msql
OpenPOWER on IntegriCloud