diff options
Diffstat (limited to 'textproc/R-cran-highr/Makefile')
-rw-r--r-- | textproc/R-cran-highr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/R-cran-highr/Makefile b/textproc/R-cran-highr/Makefile index 3e7e37892b39..ce5d57ce1cee 100644 --- a/textproc/R-cran-highr/Makefile +++ b/textproc/R-cran-highr/Makefile @@ -2,16 +2,14 @@ # $FreeBSD$ PORTNAME= highr -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Syntax Highlighting for R Source Code -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist |