blob: f5319bdef053b6f3f7314ff098ab8ff1aff52fb4 (
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.8
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>
|