15 lines
325 B
Makefile
15 lines
325 B
Makefile
PORTNAME= RJSONIO
|
|
DISTVERSION= 2.0.0
|
|
CATEGORIES= converters
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Serialize R objects to JSON, JavaScript Object Notation
|
|
WWW= https://cran.r-project.org/web/packages/RJSONIO/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|