22 lines
434 B
Makefile
22 lines
434 B
Makefile
# New ports collection makefile for: R-cran-RJSONIO
|
|
# Date created: 2011-09-03
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RJSONIO
|
|
DISTVERSION= 0.96-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>
|