1PORTNAME= RPostgreSQL 2DISTVERSION= 0.7-8 3CATEGORIES= databases 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= R Interface to the 'PostgreSQL' Database System 8WWW= https://cran.r-project.org/web/packages/RPostgreSQL/ 9 10LICENSE= gpl3 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13RUN_DEPENDS= R-cran-DBI>=0.3:databases/R-cran-DBI 14BUILD_DEPENDS= R-cran-DBI>=0.3:databases/R-cran-DBI 15 16USES= cran:auto-plist,compiles pgsql shebangfix 17 18SHEBANG_FILES= inst/devTests/*.r inst/devTests/*.sh 19SHEBANG_LANG= r 20r_OLD_CMD= /usr/bin/r 21r_CMD= ${LOCALBASE}/bin/R 22 23.include <bsd.port.mk> 24