freebsd-ports/textproc/R-cran-brew/Makefile
TAKATSU Tomonari 75c4a83ad3 - 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/
2017-05-08 10:45:04 +00:00

16 lines
301 B
Makefile

# 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>