mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +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)
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ROAuth
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= security
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R interface for OAuth
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTSDIR}/ftp/R-cran-RCurl \
|
|
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|