freebsd-ports/net/R-cran-twitteR/Makefile

23 lines
483 B
Makefile
Raw Normal View History

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