aboutsummaryrefslogtreecommitdiff
path: root/converters/R-cran-RJSONIO/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-04 12:53:56 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-04 12:53:56 +0000
commit4be992e88c88e1a1a9d429c874d2323e939895d7 (patch)
tree57431c16827bd36ff880510637df0bc51736425d /converters/R-cran-RJSONIO/Makefile
parent8e1f241ac96a0dbcf4f939cbcce6e811698fe8f7 (diff)
downloadports-4be992e88c88e1a1a9d429c874d2323e939895d7.tar.gz
ports-4be992e88c88e1a1a9d429c874d2323e939895d7.zip
Notes
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>