pkgsrc/devel/R-whisker/Makefile
brook 7ccd67c3fc R-whisker: initial commit
logicless templating, reuse templates in many programming languages
including R
2019-08-09 18:26:15 +00:00

14 lines
315 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 18:26:15 brook Exp $
R_PKGNAME= whisker
R_PKGVER= 0.3-2
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"