freebsd-ports/textproc/R-cran-yaml/Makefile
2022-02-23 02:55:04 +00:00

15 lines
302 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= yaml
PORTVERSION= 2.3.5
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Methods to convert R data to YAML and back
LICENSE= BSD3CLAUSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>