diff options
author | tota <tota@FreeBSD.org> | 2011-09-03 23:25:40 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-03 23:25:40 +0800 |
commit | 8a7d1c24a49b4867c1416ce74c832b0738a49331 (patch) | |
tree | 22e3775dfc09f58f5e1fd33eff40c6474a8f9cfa /databases/Makefile | |
parent | b53e1e8db2aa7a6a8b5df61eaedfdf9ee0a179f4 (diff) | |
download | freebsd-ports-gnome-8a7d1c24a49b4867c1416ce74c832b0738a49331.tar.gz freebsd-ports-gnome-8a7d1c24a49b4867c1416ce74c832b0738a49331.tar.zst freebsd-ports-gnome-8a7d1c24a49b4867c1416ce74c832b0738a49331.zip |
- Add a new port: databases/R-cran-RMySQL
RMySQL is a database interface and MySQL driver for R. This version
complies with the database interface definition as implemented in
the package DBI 0.2-2.
WWW: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 16e7ba3e2bd1..b3b00220a18f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -4,6 +4,7 @@ COMMENT = Databases SUBDIR += R-cran-DBI + SUBDIR += R-cran-RMySQL SUBDIR += WWWdb SUBDIR += adminer SUBDIR += adodb |