opnsense-ports/security/R-cran-ROAuth/Makefile
Franco Fichtner c67b59ed48 */*: sync with upstream
Taken from: HardenedBSD
2018-03-11 05:13:37 +01:00

20 lines
386 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ROAuth
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R interface for OAuth
LICENSE= ART20
RUN_DEPENDS= R-cran-RCurl>0:ftp/R-cran-RCurl \
R-cran-digest>0:security/R-cran-digest
USES= cran:auto-plist
.include <bsd.port.mk>