freebsd-ports/security/R-cran-ROAuth/Makefile
2021-04-06 16:31:07 +02:00

19 lines
374 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= ROAuth
PORTVERSION= 0.9.6
PORTREVISION= 4
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R interface for OAuth
LICENSE= ART20
RUN_DEPENDS= R-cran-RCurl>0:ftp/R-cran-RCurl \
R-cran-digest>0:security/R-cran-digest
USES= cran:auto-plist
.include <bsd.port.mk>