mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ROAuth
|
|
PORTVERSION= 0.9.6
|
|
CATEGORIES= security
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R interface for OAuth
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \
|
|
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|