1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/converters/R-cran-rjson/Makefile
TAKATSU Tomonari ea896d2711 - Update to 0.2.15
- Update WWW in pkg-descr
2015-11-16 22:26:07 +00:00

17 lines
272 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rjson
PORTVERSION= 0.2.15
CATEGORIES= converters
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= JSON for R
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>