diff options
author | wen <wen@pkgsrc.org> | 2016-04-16 15:04:36 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-04-16 15:04:36 +0000 |
commit | 48f00386dc042c2f15c98d1026365af70a8b200b (patch) | |
tree | 3ba557eb7cfd98855d758afd6083899a7b499e7f /print/R-knitr | |
parent | 159e8e0b4d2fd987073464699332464dd0a77b72 (diff) | |
download | pkgsrc-48f00386dc042c2f15c98d1026365af70a8b200b.tar.gz |
Add LICENSE
Diffstat (limited to 'print/R-knitr')
-rw-r--r-- | print/R-knitr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/R-knitr/Makefile b/print/R-knitr/Makefile index a27b9a34aba..de63390213a 100644 --- a/print/R-knitr/Makefile +++ b/print/R-knitr/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2016/04/16 15:00:48 wen Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/16 15:04:36 wen Exp $ CATEGORIES= print MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/knitr/ -COMMENT= A general-purpose package for dynamic report generation in R -# TODO: LICENSE= GPL +COMMENT= General-purpose package for dynamic report generation in R +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= knitr R_PKGVER= 1.12.3 |