diff options
author | David Naylor <dbn@FreeBSD.org> | 2015-11-28 14:30:40 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2015-11-28 14:30:40 +0000 |
commit | ebba12ec9ccf592556c1aaf3f6e29464f99d6042 (patch) | |
tree | 6f5958029aea9cca8b2ad1f494c31b279ae19014 /math/R-cran-car/Makefile | |
parent | 443f5208e451de014d2c9f11a4b1615cc3a9af77 (diff) | |
download | ports-ebba12ec9ccf592556c1aaf3f6e29464f99d6042.tar.gz ports-ebba12ec9ccf592556c1aaf3f6e29464f99d6042.zip |
Notes
Diffstat (limited to 'math/R-cran-car/Makefile')
-rw-r--r-- | math/R-cran-car/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index f9276ac54e52..5e4d72f06a75 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-25 +DISTVERSION= 2.1-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Companion to Applied Regression for R -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -BROKEN= Missing dependency -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-30 +RUN_DEPENDS= R-cran-pbkrtest>=0.3.2:${PORTSDIR}/math/R-cran-pbkrtest \ + R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg USES= cran:auto-plist |