aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-rstudioapi/Makefile
blob: dbef954d058f347a36197c21d3f2bb49ab4faf5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	rstudioapi
PORTVERSION=	0.18.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Safely Access the RStudio API
WWW=		https://cran.r-project.org/web/packages/rstudioapi/

LICENSE=	MIT

USES=		cran:auto-plist

.include <bsd.port.mk>