14 lines
285 B
Makefile
14 lines
285 B
Makefile
PORTNAME= rstudioapi
|
|
PORTVERSION= 0.15.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>
|