pkgsrc/devel/R-whisker/Makefile
mef ba55f72d88 (devel/R-whisker) Updated 0.3.2 to 0.4. make test passed
0.4

- Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan)
- Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown)

0.3-3
- Added an option "strict" to render. Setting it to FALSE allows for "." in names
and use "$" for splitting which is a more natural R syntax.
2020-09-20 21:47:31 +00:00

14 lines
311 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/09/20 21:47:31 mef Exp $
R_PKGNAME= whisker
R_PKGVER= 0.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= 'mustache' for R, logicless templating
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"