aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-data.table/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-05-17 02:18:52 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-05-17 02:18:52 +0000
commitbc48836e78b56fb2f0a4b6f53d505aa76a2bfdb7 (patch)
treed7635e00891c66ab224c79594ffbf253ea965ef1 /devel/R-cran-data.table/Makefile
parent2efe2bb0817fbd3ff4a13e2324ed533b739fdbae (diff)
downloadports-bc48836e78b56fb2f0a4b6f53d505aa76a2bfdb7.tar.gz
ports-bc48836e78b56fb2f0a4b6f53d505aa76a2bfdb7.zip
- Update to 1.11.2
- Update LICENSE section
Notes
Notes: svn path=/head/; revision=470189
Diffstat (limited to 'devel/R-cran-data.table/Makefile')
-rw-r--r--devel/R-cran-data.table/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/R-cran-data.table/Makefile b/devel/R-cran-data.table/Makefile
index 2cce63f58bdf..67f5cf18eb88 100644
--- a/devel/R-cran-data.table/Makefile
+++ b/devel/R-cran-data.table/Makefile
@@ -2,15 +2,17 @@
# $FreeBSD$
PORTNAME= data.table
-DISTVERSION= 1.10.4-3
-PORTREVISION= 1
+DISTVERSION= 1.11.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Extension of Data.frame
-LICENSE= GPLv3
+LICENSE= MPL20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libomp.so:devel/openmp
USES= cran:auto-plist,compiles