blob: 6d4eea43c5742aa1bc83e1ac8d32999a8d94a8f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rstudioapi
PORTVERSION= 0.10
PORTREVISION= 1
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>
|