aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-yaml/Makefile
blob: 02d1fdbf5077cb776b82889ad28db0fb12ae9fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	yaml
PORTVERSION=	2.2.1
PORTREVISION=	1
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>