freebsd-ports/databases/R-cran-RMySQL/Makefile
TAKATSU Tomonari a48bd75366 - 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
2011-09-03 15:25:40 +00:00

25 lines
490 B
Makefile

# 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>