19 lines
360 B
Makefile
19 lines
360 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RJSONIO
|
|
DISTVERSION= 1.0-3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|