Files
ports/converters/R-cran-RJSONIO/Makefile
2021-04-06 16:31:07 +02:00

17 lines
339 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= RJSONIO
DISTVERSION= 1.3-1.4
PORTREVISION= 1
CATEGORIES= converters
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Serialize R objects to JSON, JavaScript Object Notation
LICENSE= BSD3CLAUSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>