aboutsummaryrefslogtreecommitdiff
path: root/converters/R-cran-RJSONIO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/R-cran-RJSONIO/Makefile')
-rw-r--r--converters/R-cran-RJSONIO/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile
new file mode 100644
index 000000000000..45146b000459
--- /dev/null
+++ b/converters/R-cran-RJSONIO/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-RJSONIO
+# Date created: 2011-09-03
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= RJSONIO
+DISTVERSION= 0.94-0
+CATEGORIES= converters
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Serialize R objects to JSON, JavaScript Object Notation
+
+LICENSE= BSD
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>