diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-04 12:53:56 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-04 12:53:56 +0000 |
commit | 4be992e88c88e1a1a9d429c874d2323e939895d7 (patch) | |
tree | 57431c16827bd36ff880510637df0bc51736425d /converters/R-cran-RJSONIO/Makefile | |
parent | 8e1f241ac96a0dbcf4f939cbcce6e811698fe8f7 (diff) | |
download | ports-4be992e88c88e1a1a9d429c874d2323e939895d7.tar.gz ports-4be992e88c88e1a1a9d429c874d2323e939895d7.zip |
Notes
Diffstat (limited to 'converters/R-cran-RJSONIO/Makefile')
-rw-r--r-- | converters/R-cran-RJSONIO/Makefile | 22 |
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> |