diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-11 07:12:48 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-11 07:12:48 +0000 |
commit | 01224a523af1cd0cb797dc4453bfe7f87c16edd2 (patch) | |
tree | 26c31ea6d9960208280ad16463026fa8a9572a05 /textproc/R-cran-xtable/Makefile | |
parent | 15966fc2eb406ef37dc4c5f3774fa2be0c089098 (diff) | |
download | ports-01224a523af1cd0cb797dc4453bfe7f87c16edd2.tar.gz ports-01224a523af1cd0cb797dc4453bfe7f87c16edd2.zip |
Notes
Diffstat (limited to 'textproc/R-cran-xtable/Makefile')
-rw-r--r-- | textproc/R-cran-xtable/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile index aa1ff2dd98e6..68c89e5865f9 100644 --- a/textproc/R-cran-xtable/Makefile +++ b/textproc/R-cran-xtable/Makefile @@ -6,14 +6,16 @@ # PORTNAME= xtable -DISTVERSION= 1.6-0 -PORTREVISION= 2 +DISTVERSION= 1.7-0 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Export tables to LaTeX or HTML +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_R_MOD= yes R_MOD_AUTOPLIST= yes |