freebsd-ports/databases/R-cran-RSQLite/Makefile
2012-12-11 22:35:35 +00:00

24 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.2
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>