2012-11-04 06:58:42 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2011-09-04 15:05:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ROAuth
|
2015-06-13 06:38:19 +02:00
|
|
|
PORTVERSION= 0.9.6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2011-09-04 15:05:23 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= R interface for OAuth
|
|
|
|
|
|
|
|
LICENSE= ART20
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= R-cran-RCurl>0:ftp/R-cran-RCurl \
|
|
|
|
R-cran-digest>0:security/R-cran-digest
|
2011-09-04 15:05:23 +02:00
|
|
|
|
2013-12-28 11:28:40 +01:00
|
|
|
USES= cran:auto-plist
|
2011-09-04 15:05:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|