freebsd-ports/databases/R-cran-RPostgreSQL/Makefile
2023-05-12 07:13:34 +00:00

24 lines
598 B
Makefile

PORTNAME= RPostgreSQL
DISTVERSION= 0.7-5
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R Interface to the 'PostgreSQL' Database System
WWW= https://cran.r-project.org/web/packages/RPostgreSQL/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
CRAN_DEPENDS= R-cran-DBI>=0.3:databases/R-cran-DBI
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles pgsql shebangfix
SHEBANG_FILES= inst/devTests/*.r inst/devTests/*.sh
SHEBANG_LANG= r
r_OLD_CMD= /usr/bin/r
r_CMD= ${LOCALBASE}/bin/R
.include <bsd.port.mk>