14 lines
327 B
Makefile
14 lines
327 B
Makefile
PORTNAME= RJSONIO
|
|
DISTVERSION= 1.3-1.8
|
|
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>
|