Add ruby-dbd_interbase, the InterBase driver for DBI-for-Ruby.

This commit is contained in:
Akinori MUSHA
2002-01-15 21:39:42 +00:00
parent a20736158b
commit 808f8d2ea3
5 changed files with 37 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@
SUBDIR += rdb
SUBDIR += ruby-bdb
SUBDIR += ruby-cdb
SUBDIR += ruby-dbd_interbase
SUBDIR += ruby-dbd_msql
SUBDIR += ruby-dbd_mysql
SUBDIR += ruby-dbd_odbc
+29
View File
@@ -0,0 +1,29 @@
# New ports collection makefile for: dbd_interbase for DBD-for-Ruby
# Date created: 16 January 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= dbd_interbase
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}/interbase.so:${.CURDIR}/../ruby-interbase
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>
+1
View File
@@ -0,0 +1 @@
InterBase driver for DBI-for-Ruby
+4
View File
@@ -0,0 +1,4 @@
This is the InterBase driver for DBI-for-Ruby.
Author: Michael Neumann <neumann@s-direktnet.de>
WWW: http://www.ruby-projects.org/dbi/
+2
View File
@@ -0,0 +1,2 @@
%%RUBY_SITELIBDIR%%/DBD/InterBase/InterBase.rb
@dirrm %%RUBY_SITELIBDIR%%/DBD/InterBase