freebsd-ports/textproc/R-cran-yaml/Makefile
2023-06-01 18:55:30 +08:00

14 lines
304 B
Makefile

PORTNAME= yaml
PORTVERSION= 2.3.7
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Methods to convert R data to YAML and back
WWW= https://cran.r-project.org/web/packages/yaml/
LICENSE= BSD3CLAUSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>