diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-03 15:25:40 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-03 15:25:40 +0000 |
| commit | a48bd75366d2bfddfb9dc35ff07678bbf75209d6 (patch) | |
| tree | 3fc4fb9632de8d71c7edf591aadf3f5e9e8e5ab9 /databases/R-cran-RMySQL/Makefile | |
| parent | Remove expired ports: (diff) | |
- 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/R-cran-RMySQL/Makefile')
| -rw-r--r-- | databases/R-cran-RMySQL/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile new file mode 100644 index 000000000000..9290e06f02a2 --- /dev/null +++ b/databases/R-cran-RMySQL/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: R-cran-RMySQL +# Date created: 2011-08-16 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= RMySQL +DISTVERSION= 0.8-0 +CATEGORIES= databases +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= R interface to the MySQL database + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-DBI>=0.2.2:${PORTSDIR}/databases/R-cran-DBI + +USE_MYSQL= yes +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |
