2013-01-04 18:51:39 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2011-09-04 15:09:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twitteR
|
2012-02-21 15:09:21 +01:00
|
|
|
PORTVERSION= 0.99.19
|
2013-01-04 18:51:39 +01:00
|
|
|
PORTREVISION= 4
|
2011-09-04 15:09:07 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= R based Twitter client
|
|
|
|
|
2011-11-05 04:33:54 +01:00
|
|
|
LICENSE= ART20
|
|
|
|
|
2011-09-04 15:09:07 +02:00
|
|
|
RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \
|
2012-02-21 15:09:21 +01:00
|
|
|
R-cran-rjson>0:${PORTSDIR}/converters/R-cran-rjson \
|
2011-09-04 15:09:07 +02:00
|
|
|
R-cran-ROAuth>=0.9.0:${PORTSDIR}/security/R-cran-ROAuth
|
|
|
|
|
|
|
|
USE_R_MOD= yes
|
|
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|