aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-rstudioapi/Makefile
blob: b9f612480b66f40a099bed8c5775d1ab8344d9dd (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.6
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>