Tweak security/libp11 version 0.4.0
[dports.git] / security / R-cran-ROAuth / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       ROAuth
5 PORTVERSION=    0.9.6
6 CATEGORIES=     security
7 DISTNAME=       ${PORTNAME}_${PORTVERSION}
8
9 MAINTAINER=     tota@FreeBSD.org
10 COMMENT=        R interface for OAuth
11
12 LICENSE=        ART20
13
14 RUN_DEPENDS=    R-cran-RCurl>0:ftp/R-cran-RCurl \
15                 R-cran-digest>0:security/R-cran-digest
16
17 USES=   cran:auto-plist
18
19 .include <bsd.port.mk>