diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 10:45:04 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 10:45:04 +0000 |
commit | 75c4a83ad35d90f2e947e66e0533ad971fbe82db (patch) | |
tree | 66fb3455529a6160f64db665c3574201818595ee /textproc/R-cran-brew/Makefile | |
parent | 2dc032677ebd159ad453f8add638d0fd24e3bead (diff) |
- Add new port: textproc/R-cran-brew
brew implements a templating framework for mixing text and R code
for report generation. brew template syntax is similar to PHP,
Ruby's erb module, Java Server Pages, and Python's psp module.
WWW: https://cran.r-project.org/web/packages/brew/
Notes
Notes:
svn path=/head/; revision=440411
Diffstat (limited to 'textproc/R-cran-brew/Makefile')
-rw-r--r-- | textproc/R-cran-brew/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/R-cran-brew/Makefile b/textproc/R-cran-brew/Makefile new file mode 100644 index 000000000000..8d04187896cf --- /dev/null +++ b/textproc/R-cran-brew/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= brew +DISTVERSION= 1.0-6 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Templating Framework for Report Generation + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> |