pkgsrc/textproc/R-brew/Makefile
brook a28c7bf005 R-brew: initial commit
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.
2019-08-09 18:32:48 +00:00

14 lines
319 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 18:32:49 brook Exp $
R_PKGNAME= brew
R_PKGVER= 1.0-6
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Templating framework for report generation
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"