opnsense-ports/devel/R-cran-evaluate/Makefile
Franco Fichtner 0c8cd0ace2 */*: sync with upstream
Taken from: HardenedBSD
2018-07-23 13:58:34 +02:00

20 lines
405 B
Makefile

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