summaryrefslogtreecommitdiff
path: root/textproc/R-cran-yaml/Makefile
blob: 0c9791e8fcfd7f76d053337d5fe559e283e75430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	yaml
DISTVERSION=	2.3.9
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Methods to convert R data to YAML and back
WWW=		https://cran.r-project.org/web/packages/yaml/

LICENSE=	BSD3CLAUSE

TEST_DEPENDS=	R-cran-RUnit>0:devel/R-cran-RUnit

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>