1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/databases/R-cran-RPostgreSQL/Makefile
TAKATSU Tomonari ecb077e62f databases/R-cran-RPostgreSQL: Update to 0.7
- Update to 0.7
- Update LICENSE to GPLv3
- Pet portlint happier
2021-07-28 18:46:07 +09:00

25 lines
541 B
Makefile

PORTNAME= RPostgreSQL
DISTVERSION= 0.7
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R Interface to the 'PostgreSQL' Database System
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>