blob: ac530e4ebe213e33fed103ddd217261e9a16c5d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= twitteR
PORTVERSION= 1.1.7
PORTREVISION= 1
CATEGORIES= net
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R based Twitter client
LICENSE= ART20
RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \
R-cran-rjson>=0.2.12:${PORTSDIR}/converters/R-cran-rjson \
R-cran-ROAuth>=0.9.3:${PORTSDIR}/security/R-cran-ROAuth
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>
|