mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
22 lines
473 B
Makefile
22 lines
473 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twitteR
|
|
PORTVERSION= 1.1.7
|
|
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.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>
|