15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
21 lines
473 B
Makefile
21 lines
473 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twitteR
|
|
PORTVERSION= 1.1.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R based Twitter client
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \
|
|
R-cran-rjson>=0.2.12:${PORTSDIR}/converters/R-cran-rjson \
|
|
R-cran-ROAuth>=0.9.3:${PORTSDIR}/security/R-cran-ROAuth
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|