aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-evaluate/Makefile
blob: 5a4a223dac57cebbc2462f35b0456e4f8d4345f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   evaluate
PORTVERSION=    0.10
CATEGORIES= devel
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Parsing and Evaluation Tools

LICENSE=    MIT

RUN_DEPENDS=    R-cran-stringr>=0.6.2:textproc/R-cran-stringr

USES=   cran:auto-plist

.include <bsd.port.mk>