freebsd-ports/security/R-cran-ROAuth/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
370 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ROAuth
PORTVERSION= 0.9.6
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>