1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/security/R-cran-ROAuth/Makefile

21 lines
415 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ROAuth
2013-04-29 08:28:44 +00:00
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>