freebsd-ports/devel/R-cran-evaluate/Makefile
TAKATSU Tomonari 0428a990a0 - Update to 0.8.3
- Change LICENSE which should have been changed as of 0.8
2016-03-06 00:47:24 +00:00

18 lines
357 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= evaluate
PORTVERSION= 0.8.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parsing and Evaluation Tools
LICENSE= MIT
RUN_DEPENDS= R-cran-stringr>=0.6.2:${PORTSDIR}/textproc/R-cran-stringr
USES= cran:auto-plist
.include <bsd.port.mk>