freebsd-ports/converters/R-cran-RJSONIO/Makefile
2023-05-11 05:04:50 +00:00

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>