mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
16 lines
286 B
Makefile
16 lines
286 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rstudioapi
|
|
PORTVERSION= 0.7
|
|
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>
|