Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/databases/R-cran-RSQLite/Makefile
16123 views
# Created by: Steven Kreuzer <[email protected]>

PORTNAME=	RSQLite
PORTVERSION=	1.0.0
PORTREVISION=	5
CATEGORIES=	databases
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Database Interface R driver for SQLite

LICENSE=	LGPL20

BUILD_DEPENDS=	R-cran-DBI>=0.2.5:databases/R-cran-DBI
RUN_DEPENDS=	R-cran-DBI>=0.2.5:databases/R-cran-DBI

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>