diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-29 12:15:10 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-29 12:15:10 +0000 |
commit | 16b4be36446a762baf5657131868895c22f6ecbb (patch) | |
tree | a6fc46e952411b33b2ae446a1176361bda80de2e /databases/ruby-dbd_sqlite3 | |
parent | - Pass maintainership to submitter (diff) |
- add ruby-dbd_sqlite3, SQLite3 driver for DBI-for-Ruby
Notes
Notes:
svn path=/head/; revision=243462
Diffstat (limited to 'databases/ruby-dbd_sqlite3')
-rw-r--r-- | databases/ruby-dbd_sqlite3/Makefile | 26 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite3/distinfo | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite3/pkg-descr | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite3/pkg-plist | 6 |
4 files changed, 38 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> diff --git a/databases/ruby-dbd_sqlite3/distinfo b/databases/ruby-dbd_sqlite3/distinfo new file mode 100644 index 000000000000..a00a3ab9eb1c --- /dev/null +++ b/databases/ruby-dbd_sqlite3/distinfo @@ -0,0 +1,3 @@ +MD5 (ruby/dbd-sqlite3-1.2.4.tar.gz) = d99a0666f579b3bf227b15024e85a67a +SHA256 (ruby/dbd-sqlite3-1.2.4.tar.gz) = 8f83bee598e3a117b9b3c15b04f1fd5e3c5f148557a5ebe3a1afe0783151d0ec +SIZE (ruby/dbd-sqlite3-1.2.4.tar.gz) = 52939 diff --git a/databases/ruby-dbd_sqlite3/pkg-descr b/databases/ruby-dbd_sqlite3/pkg-descr new file mode 100644 index 000000000000..c6a0ac365e45 --- /dev/null +++ b/databases/ruby-dbd_sqlite3/pkg-descr @@ -0,0 +1,3 @@ +SQLite3 driver for DBI-for-Ruby. + +WWW: http://rubyforge.org/projects/ruby-dbi diff --git a/databases/ruby-dbd_sqlite3/pkg-plist b/databases/ruby-dbd_sqlite3/pkg-plist new file mode 100644 index 000000000000..7b01a3b4f243 --- /dev/null +++ b/databases/ruby-dbd_sqlite3/pkg-plist @@ -0,0 +1,6 @@ +%%RUBY_SITELIBDIR%%/dbd/SQLite3.rb +%%RUBY_SITELIBDIR%%/dbd/sqlite3/database.rb +%%RUBY_SITELIBDIR%%/dbd/sqlite3/statement.rb +@dirrm %%RUBY_SITELIBDIR%%/dbd/sqlite3 +@dirrmtry %%RUBY_SITELIBDIR%%/dbd +%%PORTDOCS%%@dirrmtry %%RUBY_MODDOCDIR%% |