mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
e288e58754
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ROAuth
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R interface for OAuth
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTSDIR}/ftp/R-cran-RCurl \
|
|
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|