diff options
Diffstat (limited to 'converters/R-cran-RJSONIO/Makefile')
-rw-r--r-- | converters/R-cran-RJSONIO/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile index aef94954650e..8eb0c7417425 100644 --- a/converters/R-cran-RJSONIO/Makefile +++ b/converters/R-cran-RJSONIO/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= RJSONIO -DISTVERSION= 1.0-3 -PORTREVISION= 4 +DISTVERSION= 1.2-0.1 CATEGORIES= converters DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Serialize R objects to JSON, JavaScript Object Notation -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= cran:auto-plist |