diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-03-09 02:38:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-03-09 02:38:28 +0000 |
commit | 7c7e643ddb7a8f29e57a787e1b2515e2c1f3a9c0 (patch) | |
tree | 629526ef2ba58012f56743e2db2ac757455ae2fa /textproc/R-cran-formatR/Makefile | |
parent | f41eb659f4fc5259585c2364705317165309d3c9 (diff) | |
download | ports-7c7e643ddb7a8f29e57a787e1b2515e2c1f3a9c0.tar.gz ports-7c7e643ddb7a8f29e57a787e1b2515e2c1f3a9c0.zip |
Notes
Diffstat (limited to 'textproc/R-cran-formatR/Makefile')
-rw-r--r-- | textproc/R-cran-formatR/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/R-cran-formatR/Makefile b/textproc/R-cran-formatR/Makefile index 6741ff57cac8..c221093fc864 100644 --- a/textproc/R-cran-formatR/Makefile +++ b/textproc/R-cran-formatR/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= formatR -DISTVERSION= 1.2.1 +DISTVERSION= 1.3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Format R Code Automatically -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist |