mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RJSONIO
|
|
DISTVERSION= 1.2-0.2
|
|
CATEGORIES= converters
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Serialize R objects to JSON, JavaScript Object Notation
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|