blob: 9f2c1693b2b6de15e119ef3c59af06ae2522d88b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= yaml
PORTVERSION= 2.2.0
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>
|