mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
17 lines
286 B
Makefile
17 lines
286 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= rjson
|
|
PORTVERSION= 0.2.20
|
|
PORTREVISION= 3
|
|
CATEGORIES= converters
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= JSON for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|