mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
14 lines
282 B
Makefile
14 lines
282 B
Makefile
PORTNAME= evaluate
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Parsing and Evaluation Tools
|
|
WWW= https://cran.r-project.org/web/packages/evaluate/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|