aboutsummaryrefslogtreecommitdiff
path: root/security/R-cran-ROAuth/Makefile
blob: 2e7220a56c8707d1ee96b3195ea93262b0b2b165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

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>