blob: dc1e9c472cfe8644749d9bbe2eaaf24bebd482af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= rstudioapi
PORTVERSION= 0.17.1
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>
|