aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-whisker/Makefile
blob: dcd34f875afb593f1a82ce48bd087eb1992d0e6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	whisker
DISTVERSION=	0.4.1
PORTREVISION=	2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	{{mustache}} for R, Logicless Templating
WWW=		https://github.com/edwindj/whisker

LICENSE=	GPLv3

TEST_DEPENDS=	R-cran-markdown>0:textproc/R-cran-markdown

USES=		cran:auto-plist

.include <bsd.port.mk>