2020-03-20 16:08:08 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2020/03/20 15:08:08 taca Exp $
|
Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.
Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 17:15:29 +02:00
|
|
|
|
2008-04-29 18:56:18 +02:00
|
|
|
DISTNAME= activerecord-odbc-adapter-2.0
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-adapter//}
|
2020-03-20 16:08:08 +01:00
|
|
|
PKGREVISION= 3
|
Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.
Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 17:15:29 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-09-04 20:00:49 +02:00
|
|
|
#HOMEPAGE= http://odbc-rails.rubyforge.org/
|
Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.
Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 17:15:29 +02:00
|
|
|
COMMENT= ActiveRecord ODBC adapter
|
2010-09-10 06:11:12 +02:00
|
|
|
LICENSE= mit
|
Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.
Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 17:15:29 +02:00
|
|
|
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-odbc>=0.9991:../../databases/ruby-odbc
|
2011-08-12 18:42:35 +02:00
|
|
|
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
|
Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.
Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 17:15:29 +02:00
|
|
|
|
2020-03-20 16:08:08 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
RUBY_RAILS_ACCEPTED= # defined
|
2013-03-07 16:07:03 +01:00
|
|
|
OVERRIDE_GEMSPEC= :files lib/connection_adapters=
|
2011-11-12 16:07:32 +01:00
|
|
|
|
2010-09-10 06:11:12 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.
Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 17:15:29 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|