diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-06 14:02:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-06 14:02:24 +0000 |
commit | 40e564d11ce42146e043fe6c6daad228eb37ca96 (patch) | |
tree | 2ca71d433f07e556f77af3d0b5b826ebec58a8e6 /databases/ruby-postgres/pkg-plist | |
parent | Added lookup-emacs20, lookup-mule and lookup-xemacs (diff) |
A Ruby interface to PostgreSQL library.
PR: ports/12123
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
Notes
Notes:
svn path=/head/; revision=21304
Diffstat (limited to 'databases/ruby-postgres/pkg-plist')
-rw-r--r-- | databases/ruby-postgres/pkg-plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/ruby-postgres/pkg-plist b/databases/ruby-postgres/pkg-plist new file mode 100644 index 000000000000..a585c96db95a --- /dev/null +++ b/databases/ruby-postgres/pkg-plist @@ -0,0 +1,10 @@ +lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/postgres.so +share/examples/ruby/postgres/psql.rb +share/examples/ruby/postgres/psqlHelp.rb +@dirrm share/examples/ruby/postgres +share/doc/ruby/postgres/README +share/doc/ruby/postgres/README.jp +share/doc/ruby/postgres/postgres.html +share/doc/ruby/postgres/postgres.jp.html +@dirrm share/doc/ruby/postgres +@unexec /bin/rmdir %D/share/doc/ruby >/dev/null 2>&1 || true |