3503a3164f
adjust dependent ports
26 lines
563 B
Makefile
26 lines
563 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.19
|
|
PORTREVISION= 3
|
|
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:${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>
|