summaryrefslogtreecommitdiff
path: root/databases/R-cran-RPostgreSQL/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-04-27 03:25:17 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-04-27 03:25:17 +0000
commitb2c1bf29a67aef212e0e10577aa18731325bd16e (patch)
tree637eb6f8ecd4961fac275403ec5494828d53cdbe /databases/R-cran-RPostgreSQL/Makefile
parenta8ff5c20aa83ff0032ecd1306274ae4d2a2a7190 (diff)
Notes
Diffstat (limited to 'databases/R-cran-RPostgreSQL/Makefile')
-rw-r--r--databases/R-cran-RPostgreSQL/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/R-cran-RPostgreSQL/Makefile b/databases/R-cran-RPostgreSQL/Makefile
new file mode 100644
index 000000000000..6ffe870865c9
--- /dev/null
+++ b/databases/R-cran-RPostgreSQL/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= RPostgreSQL
+DISTVERSION= 0.6-2
+CATEGORIES= databases
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= R Interface to the 'PostgreSQL' Database System
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cran:auto-plist,compiles pgsql
+
+CRAN_DEPENDS= R-cran-DBI>=0.3:databases/R-cran-DBI
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+.include <bsd.port.mk>