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

22 lines
473 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= twitteR
2013-07-24 15:06:07 +02:00
PORTVERSION= 1.1.7
PORTREVISION= 3
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 \
R-cran-rjson>=0.2.12:${PORTSDIR}/converters/R-cran-rjson \
2013-04-30 23:01:14 +02:00
R-cran-ROAuth>=0.9.3:${PORTSDIR}/security/R-cran-ROAuth
USES= cran:auto-plist
.include <bsd.port.mk>