freebsd-ports/devel/R-cran-evaluate/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
345 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:textproc/R-cran-stringr
USES= cran:auto-plist
.include <bsd.port.mk>