diff options
Diffstat (limited to 'converters/R-cran-rjson/Makefile')
-rw-r--r-- | converters/R-cran-rjson/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile new file mode 100644 index 000000000000..80d2ed0570d4 --- /dev/null +++ b/converters/R-cran-rjson/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: R-cran-rjson +# Date created: 2012-02-21 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rjson +PORTVERSION= 0.2.6 +CATEGORIES= converters +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= JSON for R + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |