mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
e1bb95f412
engine in R and provides an interface compliant with the DBI package. WWW: http://cran.r-project.org/web/packages/RSQLite/
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# New ports collection makefile for: R-cran-RSQLite
|
|
# Date created: 2012-08-21
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RSQLite
|
|
PORTVERSION= 0.11.1
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Database Interface R driver for SQLite
|
|
|
|
LICENSE= LGPL20
|
|
|
|
BUILD_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|