diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-12-19 15:37:07 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-12-19 15:37:07 +0000 |
commit | 196ead448ce0b47284bd6ecc46e5c096d8e47419 (patch) | |
tree | f75720fd35d3ea8f5b14cb1ab159efe1099fe77a /math/R-cran-RSvgDevice | |
parent | 3895939876e9f5fe225c0c1fb2bf960de7175fb0 (diff) | |
download | ports-196ead448ce0b47284bd6ecc46e5c096d8e47419.tar.gz ports-196ead448ce0b47284bd6ecc46e5c096d8e47419.zip |
Notes
Diffstat (limited to 'math/R-cran-RSvgDevice')
-rw-r--r-- | math/R-cran-RSvgDevice/Makefile | 3 | ||||
-rw-r--r-- | math/R-cran-RSvgDevice/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile index 1fc4e90dad19..99ec9839bfaa 100644 --- a/math/R-cran-RSvgDevice/Makefile +++ b/math/R-cran-RSvgDevice/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= A R SVG graphics device +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/math/R-cran-RSvgDevice/pkg-descr b/math/R-cran-RSvgDevice/pkg-descr index 5716c252ea16..7b0b3d1e2143 100644 --- a/math/R-cran-RSvgDevice/pkg-descr +++ b/math/R-cran-RSvgDevice/pkg-descr @@ -1,4 +1,4 @@ A graphics device for R that uses the w3.org xml standard for Scalable Vector Graphics. -WWW: http://cran.r-project.org/web/packages/RSvgDevice/index.html +WWW: http://cran.r-project.org/web/packages/RSvgDevice/index.html |