A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
15 lines
355 B
Makefile
15 lines
355 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:54:23 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/DBI/
|
|
COMMENT= R Database Interface
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
R_PKGNAME= DBI
|
|
R_PKGVER= 0.2-5
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|