freebsd-ports/converters/R-cran-RJSONIO/Makefile
2012-06-26 23:57:00 +00:00

22 lines
427 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.98-1
PORTREVISION= 3
CATEGORIES= converters
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>