Provides an interface to the Twitter web API WWW: http://cran.r-project.org/web/packages/twitteR/
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# New ports collection makefile for: R-cran-twitteR
|
|
# Date created: 2011-09-04
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twitteR
|
|
PORTVERSION= 0.99.9
|
|
CATEGORIES= net
|
|
PKGNAMEPREFIX= R-ran-
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R based Twitter client
|
|
|
|
RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \
|
|
R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \
|
|
R-cran-ROAuth>=0.9.0:${PORTSDIR}/security/R-cran-ROAuth
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|