aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-rstudioapi/Makefile
blob: 47838867a8d68395509a9349328188cbdfdc48e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	rstudioapi
PORTVERSION=	0.13
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Safely Access the RStudio API

LICENSE=	MIT

USES=	cran:auto-plist

.include <bsd.port.mk>