20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RJSONIO
|
|
DISTVERSION= 1.0-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
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} "s/std::snprintf/snprintf/" ${WRKSRC}/src/libjson/Source/NumberToString.h
|
|
|
|
.include <bsd.port.mk>
|