freebsd-ports/converters/R-cran-RJSONIO/Makefile

17 lines
323 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RJSONIO
2014-09-22 07:20:09 +02:00
DISTVERSION= 1.3-0
CATEGORIES= converters
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Serialize R objects to JSON, JavaScript Object Notation
2014-04-29 03:34:09 +02:00
LICENSE= BSD3CLAUSE
USES= cran:auto-plist
.include <bsd.port.mk>