freebsd-ports/net/R-cran-twitteR/Makefile
TAKATSU Tomonari 5a003259e7 - Add a new port: net/R-cran-twitteR
Provides an interface to the Twitter web API

  WWW:	http://cran.r-project.org/web/packages/twitteR/
2011-09-04 13:09:07 +00:00

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>